refactor: share queue and kanban search surface #385
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 project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
barrettruth/delta!385
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "issue-369-shared-task-search"
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
Queue and kanban carried separate task search state, description/category filtering, compact search input markup, and result-count rendering.
Solution
filterTasksByQueryhelper and count formatter.useTaskSearchfor query/active/ref/input-key handling with optional kanban persistence.TaskSearchBarwhile preserving each view's existing keyboard-scope path and styling.Verification
nix develop --command pnpm vitest run tests/lib/task-search.test.ts tests/lib/task-search-bar.test.tsx --reporter=verbosenix develop --command just lintnix develop --command just testnix develop --command just buildCloses #369