No description
Find a file
Ashwin Kumar 0ec64be905 feat: unify API paths and upgrade table UIs
- Replace all /api/gateway/* with /api/* to match gateway routing
- Fix AdminShell.tsx: update UGC route to singular and fix logout URL
- Remove Applications and Responses from sidebar (unused)
- Move conflicting route files into folders (company, approval, verification, users, jobs, kb, leads, photographer) as index.tsx to avoid catch-all interference
- Upgrade ProfessionAdminListPage to match Department Management UI:
  • Dark headers with white text
  • Icons on Sort/Filters/Export buttons
  • Pagination UI
  • Improved empty state with Create button
  • Hover effects and consistent spacing
- Update all pages using ProfessionAdminListPage to benefit from new UI
- Fix jobs admin endpoint to use /api/admin/companies/jobs with auth
- Add authentication headers to jobs and leads fetch calls

These changes unify the API architecture and bring a consistent, professional look to all management tables.
2026-04-07 22:12:52 +02:00
.claude Add UGC Content Creator to AdminShell; fix dashboard preview bugs 2026-04-05 21:14:11 +02:00
.nitro/types feat(admin): runtime config builders with local save/publish 2026-03-16 23:20:54 +01:00
.playwright-cli feat(admin): wire management modules to live backend and add UGC role 2026-04-02 13:09:42 +02:00
.storybook Refactor admin UI and add Storybook/Vitest setup 2026-03-26 06:20:22 +01:00
docs chore: update admin docs, role config, and kb management 2026-04-06 01:46:58 +02:00
public feat(admin): align nextjs sidebar/ui parity and module flow bridge 2026-03-19 03:36:46 +01:00
scripts chore: sync latest dashboard and role flow updates 2026-04-05 16:52:01 +02:00
src feat: unify API paths and upgrade table UIs 2026-04-07 22:12:52 +02:00
tests chore: sync latest dashboard and role flow updates 2026-04-05 16:52:01 +02:00
.gitignore chore: sync local changes 2026-03-26 20:58:39 +01:00
admin.log feat: unify API paths and upgrade table UIs 2026-04-07 22:12:52 +02:00
admin.pid feat: unify API paths and upgrade table UIs 2026-04-07 22:12:52 +02:00
package-lock.json chore: sync local changes 2026-03-26 20:58:39 +01:00
package.json chore: sync latest dashboard and role flow updates 2026-04-05 16:52:01 +02:00
playwright.config.ts chore: sync latest dashboard and role flow updates 2026-04-05 16:52:01 +02:00
playwright.external.config.ts chore: sync latest dashboard and role flow updates 2026-04-05 16:52:01 +02:00
playwright.storybook.config.ts chore: sync latest dashboard and role flow updates 2026-04-05 16:52:01 +02:00
README.md feat(admin): runtime config builders with local save/publish 2026-03-16 23:20:54 +01:00
tsconfig.json feat(admin): runtime config builders with local save/publish 2026-03-16 23:20:54 +01:00
vite.config.ts Refactor admin UI and add Storybook/Vitest setup 2026-03-26 06:20:22 +01:00
vitest.config.ts chore: sync latest dashboard and role flow updates 2026-04-05 16:52:01 +02:00
vitest.shims.d.ts Refactor admin UI and add Storybook/Vitest setup 2026-03-26 06:20:22 +01:00

NXTGAUGE Admin Solid

SolidStart migration target for nxtgauge-nov-2025-frontend (admin panel).

Principle

Port admin modules one by one with strict API/permission parity.

See docs/MIGRATION_MASTER_PLAN.md.

This project was created with the Solid CLI