pelagia-portal/App/app/(portal)/admin/accounts
Hardik d27ec9152c feat(admin): collapse row actions into ⋯ dropdown menu
Replace per-row inline action buttons (Edit, Activate/Deactivate, Delete,
Grant SuperUser) across all six admin tables with a Radix DropdownMenu
triggered by a ⋯ button. Introduces RowActionsMenu/Item/DestructiveItem/
Separator primitives and a DeleteConfirmDialog modal. Each Edit*Button
gains controlled open/onOpenChange props so the dialog can be driven from
the table's per-row ActionsMenu sub-component. Toggle and delete actions
use useTransition + router.refresh() directly in the table.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-29 02:58:54 +05:30
..
account-form.tsx feat(admin): collapse row actions into ⋯ dropdown menu 2026-05-29 02:58:54 +05:30
accounts-table.tsx feat(admin): collapse row actions into ⋯ dropdown menu 2026-05-29 02:58:54 +05:30
actions.ts feat(admin): auto-generate structured IDs for users, vendors, accounts and cost centres 2026-05-27 15:02:50 +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