feat(KB-089): add board search functionality

- Add search state and filter logic to Board component (id, title, description)

- Add search input to Header with search icon and clear button

- Wire search query state through App component

- Add CSS styles for search input and visual states

- Include changeset for patch release
This commit is contained in:
gsxdsm
2026-03-29 23:07:51 -07:00
parent 695a8e12db
commit 331ad42b95
5 changed files with 136 additions and 4 deletions

View File

@@ -0,0 +1,5 @@
---
"@dustinbyrne/kb": minor
---
Add search feature to dashboard card view board. Users can now filter tasks by ID, title, or description in real-time.