docs: capture todo - Make tag selector in global search searchable
This commit is contained in:
@@ -80,6 +80,7 @@ Phase 35 decisions (35-02):
|
|||||||
### Pending Todos
|
### Pending Todos
|
||||||
|
|
||||||
- Cursor pointer on all clickable links — Phase 35 (FIX-05, plan 35-03)
|
- Cursor pointer on all clickable links — Phase 35 (FIX-05, plan 35-03)
|
||||||
|
- Make tag selector in global search searchable — `CatalogSearchOverlay.tsx`
|
||||||
|
|
||||||
Resolved in 35-01:
|
Resolved in 35-01:
|
||||||
|
|
||||||
|
|||||||
@@ -0,0 +1,15 @@
|
|||||||
|
---
|
||||||
|
created: 2026-04-20T00:00:00.000Z
|
||||||
|
title: Make tag selector in global search searchable
|
||||||
|
area: ui
|
||||||
|
files:
|
||||||
|
- src/client/components/CatalogSearchOverlay.tsx
|
||||||
|
---
|
||||||
|
|
||||||
|
## Problem
|
||||||
|
|
||||||
|
The tag filter in the global search overlay (`CatalogSearchOverlay.tsx`) displays all tags as chips but provides no search/filter input. When there are many tags, users must scroll through all of them to find the one they want — not ergonomic.
|
||||||
|
|
||||||
|
## Solution
|
||||||
|
|
||||||
|
Add a search input inside the tag filter dropdown/section so users can type to narrow down visible tags before selecting. Similar pattern to how the admin items list (`src/client/routes/admin/items/index.tsx`) handles tag filtering.
|
||||||
Reference in New Issue
Block a user