Dark/light theme toggle #18

Closed
opened 2026-03-12 09:56:39 +01:00 by shahondin1624 · 1 comment

Milestone: UX Polish

Theme switching with Tailwind's dark mode. Persist preference in localStorage. Default to system preference.

Acceptance Criteria

  • Theme toggle button/switch in the UI header
  • Tailwind dark mode classes applied throughout all components
  • Preference persisted in localStorage
  • Defaults to system preference (prefers-color-scheme)
  • Smooth transition when switching themes
  • All components render correctly in both themes
## Milestone: UX Polish Theme switching with Tailwind's dark mode. Persist preference in localStorage. Default to system preference. ### Acceptance Criteria - [ ] Theme toggle button/switch in the UI header - [ ] Tailwind dark mode classes applied throughout all components - [ ] Preference persisted in localStorage - [ ] Defaults to system preference (`prefers-color-scheme`) - [ ] Smooth transition when switching themes - [ ] All components render correctly in both themes
Author
Owner

Implemented in PR #38. Dark/light theme toggle with system preference default, localStorage persistence, and dark mode classes across all components.

Implemented in PR #38. Dark/light theme toggle with system preference default, localStorage persistence, and dark mode classes across all components.
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: llm-multiverse/llm-multiverse-ui#18