Overview
The app uses only a light theme. Add a dark mode that activates automatically based on prefers-color-scheme and can be toggled manually.
Acceptance Criteria
- Tailwind
dark: classes applied throughout all components
- Toggle button in NavHeader persists preference to
localStorage
- System preference detected on first load
- All charts and modals respect the selected theme
- No flash of unstyled content on page load
Overview
The app uses only a light theme. Add a dark mode that activates automatically based on
prefers-color-schemeand can be toggled manually.Acceptance Criteria
dark:classes applied throughout all componentslocalStorage