feat: add search and filter UI for inventory (#66) #71

Merged
makiolaj merged 2 commits from feature/issue-66-search-filter into develop 2026-02-25 01:25:29 +00:00
Owner

Features:

  • Add search bar to inventory page
  • Real-time case-insensitive filtering
  • Clear search button (X icon)
  • Works in combination with tag filters
  • Client-side filtering (works offline)

Acceptance Criteria:
Search input added to inventory page
Filters items by name in real-time
Case-insensitive matching works
Clear/reset search button present
Works offline (client-side filtering)

Closes: #66

**Features:** - Add search bar to inventory page - Real-time case-insensitive filtering - Clear search button (X icon) - Works in combination with tag filters - Client-side filtering (works offline) **Acceptance Criteria:** ✅ Search input added to inventory page ✅ Filters items by name in real-time ✅ Case-insensitive matching works ✅ Clear/reset search button present ✅ Works offline (client-side filtering) **Closes:** #66
makiolaj added 2 commits 2026-02-25 01:25:27 +00:00
feat: implement search filtering in InventoryList (#66)
Some checks failed
Pull Request Checks / Validate PR (pull_request) Has been cancelled
Deploy to Coolify / Code Quality (pull_request) Has been cancelled
Deploy to Coolify / Run Tests (pull_request) Has been cancelled
Deploy to Coolify / Deploy to Development (pull_request) Has been cancelled
Deploy to Coolify / Deploy to Production (pull_request) Has been cancelled
Deploy to Coolify / Deploy to Test (pull_request) Has been cancelled
76c4a875ff
makiolaj merged commit ec6dd68e70 into develop 2026-02-25 01:25:29 +00:00
Sign in to join this conversation.