forked from 0xWheatyz/SPARC
Frontend: add dark mode support using Tailwind dark variant #530
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 item: P2 Frontend — dark mode
Tailwind is already configured but no dark variant classes are applied. The dashboard lacks dark mode support.
Task
darkMode: "class"(ormedia) intailwind.config.jsif not already setdark:variant classes to all major layout components and pageslocalStorageAcceptance Criteria
Verified complete:
tailwind.config.jshasdarkMode: 'class'.ThemeContext.tsxprovides theme toggle.Layout.tsxand page components usedark:Tailwind variants. Closing as implemented.