Skip to content

Implement dark mode toggle #31

@big14way

Description

@big14way

Add dark mode support with a toggle in the navbar.

Acceptance Criteria:

  • Implement theme context with light/dark modes
  • Update Tailwind config for darkMode: 'class'
  • Add toggle button in Navbar
  • Persist user preference in localStorage
  • All existing components render correctly in both modes

Files: tailwind.config.js, src/components/Navbar.tsx, new file src/components/ThemeToggle.tsx, src/app/providers.tsx

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions