Commit eb0d8d6
committed
feat: complete Console overhaul with global dashboard, inline project filters, and context-mode integration
- Redesign Console dashboard: 8 clickable stat cards (Projects, Sessions, Active, Memories, Extensions, Requirements, Specifications, Changes), Recent Specifications and Recent Memories cards
- Flatten sidebar navigation: single nav list with inline ProjectFilter dropdowns per view
- Add TopbarSpecs: active spec pills in top bar across all projects
- Add notification navigation with project switching and clear-all support
- Add session resume workflow: copy session ID, /resume deep-linking
- Memory cards: show linked session, click to navigate, remove clutter
- Cross-project APIs: /api/plans/active/all, /api/extensions?all=true
- Project list from project_roots table (filtered to real git repos)
- Update branding: Make Claude Code production-ready
- Add context-mode integration for token-optimized context management
- Update README, Docusaurus docs, and marketing site
BREAKING CHANGE: Console UI completely restructured — sidebar flattened, project selector removed from sidebar and replaced with per-view inline filters, dashboard cards redesigned, PlanStatus and GitStatus widgets removed1 parent 07042a3 commit eb0d8d6
98 files changed
Lines changed: 784 additions & 442 deletions
File tree
- console
- src
- services
- sqlite/notifications
- worker
- http/routes
- utils
- ui/viewer
- components
- ui
- hooks
- layouts
- Sidebar
- Topbar
- views
- Changes
- Dashboard
- Extensions
- Help
- Memories
- Requirements
- Sessions
- Settings
- Spec
- Usage
- tests
- ui
- worker
- docs
- docusaurus
- docs
- features
- img
- site
- public
- console
- src
- components
- pages
- installer
- steps
- tests/unit/steps
- launcher
- statusline
- tests/unit/statusline
- pilot
- rules
- scripts
- ui
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
269 | 269 | | |
270 | 270 | | |
271 | 271 | | |
| 272 | + | |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
0 commit comments