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:
5
.changeset/add-board-search.md
Normal file
5
.changeset/add-board-search.md
Normal 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.
|
||||
Reference in New Issue
Block a user