feat(web): dashboard shortcuts overlay from SHORTCUTS registry (#1022) #1041
No reviewers
Labels
No labels
area:agents
area:dashboard
area:database
area:design
area:design-review
area:flows
area:infra
area:meta
area:security
area:sessions
area:webhook
area:workdir
security
type:bug
type:chore
type:meta
type:user-story
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
charles/claude-hooks!1041
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "dev/1022"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Centred Base UI dialog reads
@/lib/shortcuts(navigation/global/board/agents/flows groups),?+g hopen fromuseGlobalKeymap, NavSections footer + drawer capture dismiss rail/mobile drawer after tap.Removed redundant sidebar synthetic–
?trigger and workspace-only overlay so global overlay ownsShift+/; board legend overlay stays toolbar-only.Test plan
just codegen && bun run typecheck --cwd apps/webjust qaneeds Playwright system libs (Chromium starts cleanly); CI exercises both.Closes #1022
All ACs met; CI green.
SHORTCUTSregistry drives the overlay correctly,KeyboardShortcutsContextwires footer→dialog cleanly,g hAZERTY alias wired.Nits (non-blocking):
g hchord has no dedicated test (only the component + footer-button paths are covered).queueMicrotask(() => closeRef.current?.focus())works butDialog.Popup initialFocuswould be the idiomatic Base UI approach.