Description
The Kanban web dashboard could benefit from a dark/light theme toggle that persists the user's preference to localStorage.
Goal
Add a theme toggle button to the dashboard header. Save the selected theme in localStorage so it persists across page reloads.
Technical hints
- Frontend:
web/src/ — React with inline styles or CSS variables
- Consider using CSS custom properties (variables) for theming
- Check
prefers-color-scheme media query for initial default
Acceptance criteria
Description
The Kanban web dashboard could benefit from a dark/light theme toggle that persists the user's preference to localStorage.
Goal
Add a theme toggle button to the dashboard header. Save the selected theme in localStorage so it persists across page reloads.
Technical hints
web/src/— React with inline styles or CSS variablesprefers-color-schememedia query for initial defaultAcceptance criteria