Skip to content

Add search filters to management tables - #8

Open
randyxian08 wants to merge 1 commit into
gitearn-io:mainfrom
randyxian08:codex/add-global-search
Open

Add search filters to management tables#8
randyxian08 wants to merge 1 commit into
gitearn-io:mainfrom
randyxian08:codex/add-global-search

Conversation

@randyxian08

Copy link
Copy Markdown

Implements the global search entry point requested in #3 by wiring the existing navbar search UI into the main management tables.

Changes:

  • Restores the navbar search input with the existing search icon
  • Filters Items by id, title, and description
  • Filters Admin users by name, email, role, and status
  • Shows an empty-state row when no records match

Validation:

  • npm run build
  • npx biome check --no-errors-on-unmatched src/components/Common/Navbar.tsx src/routes/_layout/items.tsx src/routes/_layout/admin.tsx

Closes #3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

✨ Implment global search feature

1 participant