forked from 0xWheatyz/SPARC
Add dark mode support using Tailwind dark variant #1082
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?
Context
Roadmap reference: P2 / Frontend - dark mode
Tailwind is already configured in the project but no dark mode variants are applied to any components. There is no way for users to use the dashboard in dark mode.
What to do
darkMode: "class"(or"media") intailwind.config.js.localStorage.dark:variants to the main layout, navigation, cards, tables, and form elements.Acceptance criteria
Resolved by PR #57 (commit
a4aa968) which added dark/light mode toggle with localStorage persistence using Tailwind dark variant. Closing as complete.