fix: unify theme system - fix theme switching persistence
- Unified localStorage key to 'theme-preference' across all components
- Fixed header.tsx using wrong localStorage key ('theme' instead of 'theme-preference')
- Added localStorage hybrid persistence for instant theme changes
- Removed router.refresh() which was causing stale data revert
- Replaced Blue theme with Sepia
- Consolidated auth() calls to prevent race conditions
- Updated UserSettingsData types to include all themes
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
# BMM Module Configuration
|
||||
# Generated by BMAD installer
|
||||
# Version: 6.0.0-alpha.22
|
||||
# Date: 2026-01-09T12:45:17.037Z
|
||||
# Version: 6.0.0-alpha.23
|
||||
# Date: 2026-01-18T13:25:57.037Z
|
||||
|
||||
project_name: Keep
|
||||
user_skill_level: intermediate
|
||||
|
||||
Reference in New Issue
Block a user