feat(ui): keyboard overhaul, search, bottom drawer, bug fixes #83
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!83
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "feat/keyboard-and-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
Keyboard system had fundamental bugs (
g?broken by Shift keydown resetting pending state), task creation was view-specific and limited (oin queue only, small dialog), no search filtering, no half-page scrolling, login form had alignment issues, calendar today highlight clashed with category colors.Solution
g?by skipping modifier keys in all pending-state reset blocksowith globalgc(g-prefix) that opens a bottom drawer with all task fieldsg.to toggle done task visibility via URL param<C-d>/<C-u>for half-page cursor jumps/search filtering in queue and kanban (client-side,Escapeto clear)ring-primary/50today highlight withbg-primary/10tintCloses #64, #75, #76, #77, #78, #79, #80, #81
Addresses #63