pelagia-portal/App/app/(portal)/admin/users
Hardik 9758dcd8ab feat(admin): add client-side search, sort, and filter chips to all admin tables
Adds a reusable useTableControls hook and TableControls/SortableTh
components, then wires them into all six admin table pages (users,
vendors, vessels, sites, accounts, products). Each page now supports
a global search bar, clickable sortable column headers with ↑/↓/⇅
indicators, and role/status filter chips — all purely client-side with
no URL params or server round-trips. Server pages continue to fetch the
full list and pass it as props to a new *-table.tsx Client Component.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-29 02:46:52 +05:30
..
actions.ts fix(admin): guard user deletion against all FK constraints 2026-05-28 23:20:18 +05:30
grant-superuser-button.tsx chore: restructure repo — flatten App/pelagia-portal to App, rename Prototype→Wireframe and Spec→Design 2026-05-18 23:18:58 +05:30
page.tsx feat(admin): add client-side search, sort, and filter chips to all admin tables 2026-05-29 02:46:52 +05:30
user-form.tsx feat(auth): add Microsoft 365 SSO via Azure Entra ID 2026-05-28 22:48:37 +05:30
users-table.tsx feat(admin): add client-side search, sort, and filter chips to all admin tables 2026-05-29 02:46:52 +05:30