feat(dashboard): add dark mode support with theme toggle - #227
Merged
mijinummi merged 4 commits intoAug 30, 2026
Merged
Conversation
Closes MD-Creative-Production#117 - Add ThemeProvider with localStorage persistence - Add ThemeToggle component (sun/moon icons) in TopBar - Configure Tailwind darkMode: 'class' - Add dark: variants to layout, sidebar, globals, and badges - Accessible toggle with aria-label and keyboard support
oraimoitel
force-pushed
the
feat/dark-mode-support
branch
from
August 30, 2026 10:33
0a91a7c to
e922cd0
Compare
🤖 Generated with Codebuff Co-Authored-By: Codebuff <noreply@codebuff.com>
- Update root tsconfig.json to only include src/modules/reports/ (the only src/ code used by backend) instead of all of src/**/* which pulls in orphaned legacy code with missing module dependencies - Fix import paths in apps/backend/router.ts, src/app.ts, and v1/controllers/resourceController.ts (missing src/ segment) - Exclude orphaned src/api-keys/ test from jest config (depends on non-existent src/prisma/prisma.service)
Collaborator
|
LGTM! Good job @oraimoitel |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Closes #117. Adds dark mode support to the Sentinel dashboard.
Changes
darkMode: 'class'strategyAcceptance Criteria
Validation
npx next buildin apps/dashboard