No description
Find a file
Ashwin Kumar 82cfd3c1d7 fix: admin pricing page endpoint, JSX structure fixes
- pricing: change /api/admin/tracecoin-packages to /api/admin/packages
- modules.tsx: wrap with fragment, fix heading structure
- [...module].tsx: fix missing container div
- DashboardDesignPreview.tsx: fix '>' in text
2026-04-06 08:24:14 +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 fix: admin pricing page endpoint, JSX structure fixes 2026-04-06 08:24:14 +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
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