feat(KB-179): reorder search bar left of view toggle

- Move search bar to the left of the view toggle in Header component
- Remove batch badge fetching implementation (useBatchBadgeFetch hook, tests, GitHub routes)
- Clean up associated types and API endpoints
- Add changeset for visual improvement
This commit is contained in:
gsxdsm
2026-03-30 16:41:37 -07:00
parent 7899345cfa
commit 107fbe17dc
2 changed files with 29 additions and 24 deletions

View File

@@ -0,0 +1,5 @@
---
"@dustinbyrne/kb": patch
---
Move search bar to the left of the board/list view toggle in the dashboard header for improved visual hierarchy.