Dark/light theme toggle #18
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Milestone: UX Polish
Theme switching with Tailwind's dark mode. Persist preference in localStorage. Default to system preference.
Acceptance Criteria
prefers-color-scheme)Implemented in PR #38. Dark/light theme toggle with system preference default, localStorage persistence, and dark mode classes across all components.