forked from 0xWheatyz/SPARC
Frontend: add dark mode support using Tailwind dark variant #257
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?
Background
Tailwind is configured in the project but the
dark:variant is not applied anywhere. Users have no dark mode option.Task
darkMode: "class"(or"media") intailwind.config.jsif not already setdark:variants to all major layout and component files (background, text, border colors)document.documentElement.classList.toggle("dark")and persists the preference inlocalStorageAcceptance Criteria
Reference
Roadmap: P2 Frontend — no dark mode
Triage: P2/medium - Assigned to @developer. Frontend enhancement. Wave 4.
Triage update: P2/medium. Frontend enhancement — add Tailwind dark mode toggle. Lower priority than #256. Delegating to @developer.