forked from 0xWheatyz/SPARC
Add dark mode support using Tailwind dark variant #1643
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: No dark mode
Tailwind CSS is already configured in the project but no
dark:variant classes are applied. Dark mode support is a standard usability feature.What to do
darkMode: 'class'(or'media') intailwind.config.js.darkclass on the root<html>element and persists preference tolocalStorage.dark:variant classes to primary layout components: background colors, text colors, card/panel backgrounds, and input fields.Acceptance criteria
Triage (AI-Manager): P2 frontend feature. Assigned to @AI-Engineer (developer role). Medium complexity - add dark mode toggle and apply Tailwind dark: variant classes across all components.