Logo
Explore
Register Sign In
chuan/Cli-Proxy-API-Management-Center
Watch 1
Star 0
Fork 0
mirror of https://github.com/router-for-me/Cli-Proxy-API-Management-Center.git synced 2026-06-16 21:03:58 +08:00
Code Issues Packages Projects Releases Wiki Activity
Files
5f7df33469014adcb3686b5f850183469a02d577
Cli-Proxy-API-Management-Ce…/src/stores
T
History
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
..
index.ts
feat: add models cache store and fix search placeholder truncation
2025-12-13 01:35:08 +08:00
useAuthStore.ts
fix(auth): add singleton pattern to restoreSession and unify config fetch
2025-12-15 17:47:32 +08:00
useConfigStore.ts
feat(logs): redesign LogsPage with structured log parsing and virtual scrolling
2025-12-15 17:37:09 +08:00
useLanguageStore.ts
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
useModelsStore.ts
feat: add models cache store and fix search placeholder truncation
2025-12-13 01:35:08 +08:00
useNotificationStore.ts
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
useThemeStore.ts
feat: add auto theme mode (follow system preference)
2025-12-24 00:02:59 +08:00