feat(dashboard): add watchlist management page - #228
Merged
mijinummi merged 5 commits intoAug 30, 2026
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
Closes MD-Creative-Production#102 - WatchlistTable: sortable table with network badges, tags, enable/disable toggle, remove action - WatchlistForm: modal form for adding entries (name, network, address, tags) - useWatchlists hook: CRUD operations via /v1/watchlists API - Sidebar: added Watchlists navigation link - Page at /watchlists with loading states and error handling
🤖 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! Nice work @oraimoitel |
3 tasks
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 #102. Adds a full watchlist management page to the Sentinel dashboard.
Changes
Acceptance Criteria
Validation
npx next buildin apps/dashboard