zeroclaw/web/src
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
..
components feat(web): add theme system with CSS variables and settings modal (#4133) 2026-03-21 06:22:30 -04:00
contexts feat(web): add theme system with CSS variables and settings modal (#4133) 2026-03-21 06:22:30 -04:00
hooks feat(web): add theme system with CSS variables and settings modal (#4133) 2026-03-21 06:22:30 -04:00
lib feat(web): add theme system with CSS variables and settings modal (#4133) 2026-03-21 06:22:30 -04:00
pages feat(web): add theme system with CSS variables and settings modal (#4133) 2026-03-21 06:22:30 -04:00
types feat(cron): add Edit button and modal for updating cron jobs (#4132) 2026-03-21 05:50:23 -04:00
App.tsx feat(web): add theme system with CSS variables and settings modal (#4133) 2026-03-21 06:22:30 -04:00
index.css feat(web): add theme system with CSS variables and settings modal (#4133) 2026-03-21 06:22:30 -04:00
main.tsx fix(gateway): align dashboard API client and embed built web assets 2026-02-21 16:14:01 +08:00
vite-env.d.ts feat(gateway): add embedded web dashboard with React frontend 2026-02-21 16:14:01 +08:00