No description
- Delete 19 redirect alias pages (sign-in/signin/sign-up/signup, /users/* aliases, /companies/* aliases, /users/onboarding/* aliases) — legacy Next.js migration artifacts that are no longer needed - Remove localStorage token functions (getAccessToken, setTokens, clearTokens, fetchWithAuth) from lib/http.ts — violates memory-only token strategy - Fix auth/verification: replace setTokens + manual fetch with login() from auth.ts - Fix ProfileWidget: replace fetchWithAuth with plain fetch (calls server routes) Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> |
||
|---|---|---|
| .claude | ||
| .playwright-cli | ||
| docs | ||
| output/playwright | ||
| public | ||
| src | ||
| .gitignore | ||
| package-lock.json | ||
| package.json | ||
| README.md | ||
| tsconfig.json | ||
| vite.config.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.