refactor: replace task detail sidebar with overlay, add vim multi-select #26
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!26
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "refactor/ui-polish-overlay"
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
The task detail view used a cramped right-sliding Sheet sidebar. The queue view lacked keyboard multi-select, and checkbox clicks were broken due to nested
<button>elements.Solution
Replace the task detail with a centered overlay panel (blur backdrop, two-column layout inspired by Linear). Add vim-style keyboard navigation:
Vvisual mode for range selection, Ctrl+click for individual toggle, batchxcomplete andddelete. Fix nested button issue by using<div role="row">for task rows. Merge queue and list views into a single route at/. Fix CI script to work outside nix shell by falling back tonix develop -c biome.