No description
Find a file
Ashwin Kumar c14bf111a8 chore: cleanup — remove legacy redirect shims and localStorage token storage
- 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>
2026-03-25 23:42:43 +01:00
.claude chore: checkpoint current workspace changes 2026-03-25 22:15:09 +01:00
.playwright-cli chore: update playwright debug log 2026-03-25 22:15:38 +01:00
docs feat(frontend): add next parity batch for public routes 2026-03-17 00:21:34 +01:00
output/playwright chore: checkpoint current workspace changes 2026-03-25 22:15:09 +01:00
public Refine onboarding UX, role cards, and runtime schema integration 2026-03-22 15:54:12 +01:00
src chore: cleanup — remove legacy redirect shims and localStorage token storage 2026-03-25 23:42:43 +01:00
.gitignore feat(frontend): add solidstart runtime onboarding renderer 2026-03-16 23:46:21 +01:00
package-lock.json feat: add users and companies dashboard route surfaces 2026-03-25 22:13:11 +01:00
package.json feat: add users and companies dashboard route surfaces 2026-03-25 22:13:11 +01:00
README.md chore: bootstrap solid frontend repo with migration plan 2026-03-16 22:23:58 +01:00
tsconfig.json feat(frontend): add solidstart runtime onboarding renderer 2026-03-16 23:46:21 +01:00
vite.config.ts feat: add users and companies dashboard route surfaces 2026-03-25 22:13:11 +01:00

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.