nxtgauge-frontend-solid/src
Tracewebstudio Dev bb6db6c166 fix: correct API endpoint paths from /api/gateway/api to /api
- signup.tsx: fix check-email, register, verify-email, resend-otp paths
- login.tsx: fix check-email, login, resend-otp, verify-email paths
- forgot-password.tsx: fix forgot-password, reset-password paths
- contact.tsx: fix support/tickets path

The gateway expects /api/auth/... but frontend was calling /api/gateway/api/auth/...
2026-04-17 17:00:10 +02:00
..
components feat: add floating AI chat widget to all pages 2026-04-15 20:03:47 +02:00
data feat: improve Help Center UI with mixed dark/light theme and structured content 2026-04-09 21:52:16 +02:00
lib fix: update forms to match DB schema - first_name/last_name, role keys 2026-04-15 06:23:28 +02:00
routes fix: correct API endpoint paths from /api/gateway/api to /api 2026-04-17 17:00:10 +02:00
stories chore: sync latest dashboard and role flow updates 2026-04-05 16:52:02 +02:00
test fix: update vitest config and msw v2 API, remove orphaned tests 2026-04-13 01:36:15 +02:00
app.css fix: Chrome rendering and scrolling issues 2026-04-10 02:48:46 +02:00
app.tsx feat: add floating AI chat widget to all pages 2026-04-15 20:03:47 +02:00
entry-client.tsx feat: align solid public pages and auth flows with nextjs parity 2026-03-17 15:35:58 +01:00
entry-server.tsx Refine onboarding UX, role cards, and runtime schema integration 2026-03-22 15:54:12 +01:00
global.d.ts feat(frontend): add solidstart runtime onboarding renderer 2026-03-16 23:46:21 +01:00