- web/src/lib/api.ts: add fetchSearch(q) returning Promise<InventoryItem[]> - web/src/components/inventory/FilterBar.tsx: NL search input with 400ms debounce, volt accent styling, Sparkles icon, Loader2 spinner during search - web/src/pages/DashboardPage.tsx: nlQuery state + useQuery hook (enabled >2 chars), displays searchResults when NL active, local filter unchanged when NL empty |
||
|---|---|---|
| .. | ||
| api | ||
| components | ||
| hooks | ||
| lib | ||
| pages | ||
| store | ||
| styles | ||
| test | ||
| App.tsx | ||
| main.tsx | ||
| router.tsx | ||