Nxtgauge Frontend
- Add AuthProvider context, RequireAuth guard - Create API client with endpoint helpers - Add forgot-password route wired to backend - Remove dummy login button, add forgot-password link - Dashboard: RequireAuth, auth context integration - DashboardDesignPreview: replace Beeceptor with internal payments API - DashboardDesignPreview: add coupon state, validation, apply - DashboardDesignPreview: credit wallet on verify, ledger entry - DashboardDesignPreview: adjust total with discount - misc: getToken import, API constant - fix: token storage (use getToken) |
||
|---|---|---|
| .claude | ||
| .playwright-cli | ||
| .storybook | ||
| docs | ||
| output/playwright | ||
| public | ||
| src | ||
| .gitignore | ||
| package-lock.json | ||
| package.json | ||
| README.md | ||
| tsconfig.json | ||
| vite.config.ts | ||
| vitest.shims.d.ts | ||
NXTGAUGE Frontend Solid
SolidStart migration target for nxtgauge-frontendwebsite.
Principle
Reproduce the same user-facing behavior and runtime-config driven flows without changing product logic.
See docs/MIGRATION_MASTER_PLAN.md for the staged plan.