chihlasm
a71f082e25
feat: extract admin account management rework from PR 124 (#138)
* feat: reorganize admin panel around accounts
* feat: expand admin customer account controls
* feat: add admin account detail management
* fix: remove unused admin account icon import
* refactor: design critique fixes for account pages
- Admin accounts: replace dense card grid with compact DataTable
- Account settings: remove redundant hero card, stat grid, header pills
- Fix bg-accent (orange) misuse on decorative elements across 7 files
- Add ConfirmButton for destructive actions (deactivate, remove member)
- Replace single-field modals with inline editing (plan, trial)
- Add contextual help: display code tooltip, improved empty states
- Non-owner aside explanation for hidden owner-only sections
- Admin sidebar: group 11 items into 5 labeled sections
- Rename UsersPage.tsx → AccountsPage.tsx to match route
- Fix border radius consistency, hide zero-count badges
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
* fix: use get_admin_db for all new admin account endpoints
All admin endpoints query across tenants without a tenant context.
get_db (app-role, subject to RLS) was never imported and would crash
at runtime — replace all 6 occurrences with get_admin_db (BYPASSRLS).
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
---------
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-13 04:44:51 -04:00
..
2026-03-15 01:45:35 -04:00
2026-03-04 20:44:25 -05:00
2026-04-13 04:44:51 -04:00
2026-02-23 00:03:54 -05:00
2026-03-07 15:51:37 -05:00
2026-02-26 17:21:36 -05:00
2026-04-05 15:18:31 +00:00
2026-03-07 15:51:37 -05:00
2026-02-16 15:23:14 -05:00
2026-03-24 05:28:06 +00:00
2026-02-13 01:42:51 -05:00
2026-03-23 13:12:06 +00:00
2026-03-16 23:51:42 -04:00
2026-02-15 22:45:19 -05:00
2026-03-04 20:44:25 -05:00
2026-04-13 02:38:01 -04:00
2026-02-18 17:35:20 -05:00
2026-03-19 05:12:10 +00:00
2026-03-20 00:11:07 +00:00
2026-02-02 01:31:13 -05:00
2026-02-11 21:42:58 -05:00
2026-03-10 20:56:28 -04:00
2026-02-17 13:20:55 -05:00
2026-04-13 02:38:01 -04:00
2026-03-19 12:37:54 +00:00
2026-03-16 23:51:42 -04:00
2026-03-15 01:45:35 -04:00
2026-03-16 13:39:17 -04:00
2026-03-19 19:12:34 +00:00
2026-03-29 05:48:53 +00:00
2026-03-21 17:17:41 -04:00
2026-03-24 08:30:18 +00:00
2026-03-24 08:30:18 +00:00
2026-03-24 08:30:18 +00:00
2026-02-07 19:10:47 -05:00
2026-03-16 13:39:17 -04:00
2026-03-16 23:51:42 -04:00
2026-03-21 04:41:27 +00:00
2026-02-07 02:39:01 -05:00
2026-02-25 23:17:29 -05:00
2026-02-11 21:42:58 -05:00
2026-03-16 23:51:42 -04:00
2026-03-05 22:43:02 -05:00
2026-02-07 02:39:01 -05:00
2026-04-11 07:02:35 +00:00
2026-02-13 01:42:51 -05:00
2026-03-07 15:51:37 -05:00
2026-02-10 09:45:26 -05:00
2026-03-07 15:51:37 -05:00
2026-03-20 03:22:52 +00:00
2026-02-13 01:42:51 -05:00
2026-03-17 02:03:40 -04:00