- 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
19 lines
578 B
YAML
19 lines
578 B
YAML
# BMM Module Configuration
|
|
# Generated by BMAD installer
|
|
# Version: 6.0.0-alpha.23
|
|
# Date: 2026-01-18T13:25:57.037Z
|
|
|
|
project_name: Keep
|
|
user_skill_level: intermediate
|
|
planning_artifacts: "{project-root}/_bmad-output/planning-artifacts"
|
|
implementation_artifacts: "{project-root}/_bmad-output/implementation-artifacts"
|
|
project_knowledge: "{project-root}/docs"
|
|
tea_use_mcp_enhancements: false
|
|
tea_use_playwright_utils: false
|
|
|
|
# Core Configuration Values
|
|
user_name: Ramez
|
|
communication_language: French
|
|
document_output_language: English
|
|
output_folder: "{project-root}/_bmad-output"
|