feat: / search filtering in queue and kanban #63
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#63
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
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
No way to quickly filter tasks by typing. Must use sidebar category links or URL params. In a list of 50+ tasks, finding a specific one requires scrolling.
Scope
/to activate search mode in queue view and kanban viewTechnical Notes
RankedTask[]prop)groupByStatusisInputFocused()check in keyboard handlers must account for the search input/enters search,n/Ncould cycle through matches (stretch goal)Resolved in PR #83 — / search filtering in queue and kanban.