docs: capture todo - Make tag selector in global search searchable

This commit is contained in:
2026-04-20 22:34:03 +02:00
parent 2f39a7241a
commit e4c0298a08
2 changed files with 16 additions and 0 deletions

View File

@@ -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.