Skip to content

feat: Add dark mode and auto mode theme support#28

Merged
masonfox merged 4 commits intomainfrom
feature/dark-auto-mode
Feb 12, 2026
Merged

feat: Add dark mode and auto mode theme support#28
masonfox merged 4 commits intomainfrom
feature/dark-auto-mode

Conversation

@masonfox
Copy link
Owner

Summary

  • Add three-way theme support (Light, Auto, Dark) with system preference detection, localStorage persistence, and a flash-prevention inline script
  • Configure Tailwind CSS v4 class-based dark mode and apply dark: variants across all 17 component and page files using the zinc palette
  • Theme toggle is a compact icon-only dropdown button in the header

Closes #15

Add three-way theme toggle (Light/Auto/Dark) with system preference
detection, localStorage persistence, and flash-prevention script.
Configure Tailwind CSS v4 class-based dark mode and apply dark variants
across all 17 component and page files using the zinc palette.
@codecov
Copy link

codecov bot commented Feb 12, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.

Files with missing lines Coverage Δ
app/MessageBanner.jsx 100.00% <100.00%> (ø)
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@masonfox masonfox merged commit 6e47b51 into main Feb 12, 2026
3 checks passed
@masonfox masonfox deleted the feature/dark-auto-mode branch February 12, 2026 13:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Dark mode

1 participant

Comments