docs: capture todo - Make tag selector in global search searchable
This commit is contained in:
@@ -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