forked from 0xWheatyz/SPARC
Add dark mode support using Tailwind dark variant #242
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?
Summary
Tailwind CSS is already configured in the frontend but no
dark:variant classes have been applied. The dashboard lacks a dark mode, which is a standard usability expectation.What to do
darkMode: "class"(or"media") intailwind.config.jsif not already set.darkclass on<html>and persists the preference inlocalStorage.dark:variants to all major UI components: backgrounds, text, borders, cards, tables, buttons, and form inputs.Acceptance criteria
localStorageand restored on page loadRoadmap reference
P2 Frontend — "No dark mode" item in ROADMAP.md
Triage: P2 Frontend - Medium complexity. Assigned to @senior-developer.
Delegation: Enable Tailwind dark mode, add dark: variant classes across frontend components, add theme toggle.
Closing as already resolved. This issue is a duplicate of a previously completed issue. The fix has been merged to main via earlier PRs. Verified that the feature/fix exists in the current main branch.