Supra4E8C
3cffa19319
fix(footer): prevent copying management center version text
2025-12-28 00:03:16 +08:00
Supra4E8C
03bf58671e
fix(logs): improve responsive layout for logs page on mobile and small screens
2025-12-27 17:07:31 +08:00
Supra4E8C
0b2e6efe28
fix(logs): keep log panel scroll within viewport
2025-12-27 14:42:10 +08:00
XYenon
961cc802b2
fix: address PR review feedback
...
- Use unique ID prefix for clipPath to avoid duplicate ID issues
- Add cleanup function to initializeTheme to prevent memory leak
- Change tooltip to show action description instead of current theme name
2025-12-24 00:18:44 +08:00
XYenon
5f7df33469
feat: add auto theme mode (follow system preference)
...
- Add 'auto' to Theme type
- Implement cycleTheme (light -> dark -> auto)
- Add autoTheme icon (sun with half-filled center)
- Listen to system theme changes in auto mode
Also includes some Prettier formatting fixes.
2025-12-24 00:02:59 +08:00
Supra4E8C
94962158ef
feat(settings): move request logging toggle behind hidden entry
2025-12-22 22:41:50 +08:00
Supra4E8C
a9df58cba7
feat(dashboard): add dashboard page with stats and splash screen
2025-12-21 16:05:09 +08:00
Supra4E8C
8d606aa456
fix(ui): optimize mobile layout for header and settings page
2025-12-15 18:53:03 +08:00
Supra4E8C
f17329b0ff
feat(layout): add logout button to header
...
Add a logout icon and button to the main layout header,
allowing users to log out directly from the navigation bar.
2025-12-15 01:37:21 +08:00
Supra4E8C
a7b77ffa25
feat:update icon
2025-12-13 00:51:01 +08:00
Supra4E8C
7c0a2280a4
feat: implement versioning system by extracting version from environment, git tags, or package.json, and display app version in MainLayout; enhance ConfigPage with search functionality and CodeMirror integration for YAML editing
2025-12-12 19:10:09 +08:00
Supra4E8C
2a57055f81
feat: introduce ModelInputList component for managing model entries in AiProvidersPage, enhance MainLayout with header action icons, and improve styling for success and failure statistics across pages
2025-12-12 17:58:23 +08:00
Supra4E8C
defa633f92
refactor: remove isLocalhost check from MainLayout, update UsagePage styles for improved layout and spacing, and adjust layout.scss for better sidebar toggle appearance
2025-12-10 23:49:01 +08:00
Supra4E8C
841dfa8a61
feat: add INLINE_LOGO_JPEG to MainLayout for branding, enhance layout styles in UsagePage for improved spacing and responsiveness, and update layout.scss for better logo handling and alignment
2025-12-10 22:56:47 +08:00
Supra4E8C
c71af9a8a5
feat: enhance MainLayout with header height management using useLayoutEffect, improve AiProvidersPage by removing priority field, and update UsagePage with dynamic stats cards and sparkline charts for better data visualization
2025-12-10 01:42:21 +08:00
Supra4E8C
18b1adb4e2
feat: enhance MainLayout with brand name expansion feature, sidebar toggle improvements, and responsive design adjustments for better user experience
2025-12-09 19:04:40 +08:00
Supra4E8C
5d5334afb1
refactor: remove README and REFACTOR_PROGRESS files; enhance MainLayout with sidebar icons and improved navigation item display
2025-12-09 01:46:58 +08:00
Supra4E8C
2ca662e971
refactor: update button styles and layout in MainLayout for improved UI consistency and accessibility
2025-12-09 01:05:56 +08:00
Supra4E8C
e417d3c771
feat: refactor MainLayout component to implement sidebar collapse functionality, enhance navigation item display, and improve layout responsiveness
2025-12-09 00:59:40 +08:00
Supra4E8C
450964fb1a
feat: initialize new React application structure with TypeScript, ESLint, and Prettier configurations, while removing legacy files and adding new components and pages for enhanced functionality
2025-12-07 11:32:31 +08:00