fix(ui): uppercase view shortcuts, overlay fixes #29
No reviewers
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
track:api
track:auto
track:core
track:deploy
track:infra
track:ui
v0.1.0
v0.1.1
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
barrettruth/delta!29
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "fix/ui-keybindings-polish"
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?
Problem
View shortcuts used number keys 1-4, conflicting with category shortcuts. Task detail overlay had excessive blur,
overflow-hiddenclipped the native date picker, and pressingbtoggled the sidebar behind the overlay.Solution
Use uppercase
QKCSfor view navigation, freeing1-9for categories. Reduce backdrop tobackdrop-blur-sm, replaceoverflow-hiddenwithmin-h-0, and guard sidebar toggle against firing when a dialog is open. Also gitignore.claude/worktree directory that was breaking biome.