zeroclaw/web/src/hooks
Argenis bcdbce0bee
feat(web): add theme system with CSS variables and settings modal (#4133)
- Add ThemeContext with light/dark/system theme support
- Migrate all hardcoded colors to CSS variables
- Add SettingsModal for theme customization
- Add font loader for dynamic font selection
- Add i18n support for Chinese and Turkish locales
- Fix accessibility: add aria-live to pairing error message

Co-authored-by: nanyuantingfeng <nanyuantingfeng@163.com>
2026-03-21 06:22:30 -04:00
..
useApi.ts feat(gateway): add embedded web dashboard with React frontend 2026-02-21 16:14:01 +08:00
useAuth.ts fix(gateway): skip pairing dialog when require_pairing is disabled (#3422) 2026-03-13 14:08:59 -04:00
useDevices.ts feat(web): add pairing dashboard page 2026-03-17 17:35:39 -04:00
useDraft.ts feat(web): preserve message draft in agent chat across view switches (#3443) 2026-03-13 17:40:23 -04:00
useSSE.ts feat(gateway): add embedded web dashboard with React frontend 2026-02-21 16:14:01 +08:00
useTheme.ts feat(web): add theme system with CSS variables and settings modal (#4133) 2026-03-21 06:22:30 -04:00
useWebSocket.ts feat(gateway): add embedded web dashboard with React frontend 2026-02-21 16:14:01 +08:00