feat: align queue and kanban navigation and rows #482
No reviewers
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
status:blocked
track:api
track:auto
track:core
track:deploy
track:infra
track:ui
type:cleanup
type:docs
type:epic
type:release
type:research
wontfix
No milestone
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
barrettruth/delta!482
Loading…
Reference in a new issue
No description provided.
Delete branch "queue-kanban-count-nav"
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?
Checklist
Problem
The queue and kanban views had drifted apart. Numeric count prefixes for
j/k motion had been dropped during an earlier keyboard simplification, the
e shortcut for opening a task no longer matched the rest of the vim-style
surface, and the kanban cards used their own spacing with no line-number
gutter, so moving between the two views felt inconsistent.
Solution
Reinstate count-prefixed motion so a number before j or k moves the cursor
by that many rows in both views, and rebind opening the focused task from e
to . Give the kanban cards the same relative and absolute line-number
gutter and the compact row spacing of the queue list so the two surfaces
line up, and update the shortcut help overlay and the settings shortcuts
screen to match. This also carries the in-progress default-category
threading from the dashboard loaders through both surfaces so a task's own
category is hidden when it matches the default, and promotes the task
source remoteState field to a required value alongside its source-indicator
fixtures.