nxtgauge-frontend-solid/src/routes
Tracewebstudio Dev 1990b5c99d fix: remove RequireAuth render-time loading spinner causing SSR/hydration mismatch
The loading spinner in RequireAuth caused a hydration error: on SSR the session was available so children rendered, but during client hydration session.loading was true so the spinner rendered instead, causing DOM mismatch (null nextSibling).

Also includes role resolution priority fixes from previous session:
- prefer preferredRole when backendRole is JOB_SEEKER but preferredRole is not
- pass role via URL param to dashboard
- urlRoleLocked signal prevents auth effects from overriding URL role
2026-04-21 23:56:19 +02:00
..
api fix: update forms to match DB schema - first_name/last_name, role keys 2026-04-15 06:23:28 +02:00
dashboard fix: remove RequireAuth render-time loading spinner causing SSR/hydration mismatch 2026-04-21 23:56:19 +02:00
help-center feat: improve Help Center UI with mixed dark/light theme and structured content 2026-04-09 21:52:16 +02:00
professionals feat: improve public role pages and help center content 2026-04-06 01:47:05 +02:00
roles feat: improve public role pages and help center content 2026-04-06 01:47:05 +02:00
[...404].tsx feat(frontend): add solidstart runtime onboarding renderer 2026-03-16 23:46:21 +01:00
about.tsx Finalize onboarding + role flow updates and public UI polish 2026-03-19 02:35:19 +01:00
contact.tsx fix: correct API endpoint paths from /api/gateway/api to /api 2026-04-17 17:00:10 +02:00
dashboard.tsx fix: remove RequireAuth render-time loading spinner causing SSR/hydration mismatch 2026-04-21 23:56:19 +02:00
forgot-password.tsx fix: correct API endpoint paths from /api/gateway/api to /api 2026-04-17 17:00:10 +02:00
index.tsx feat: improve public role pages and help center content 2026-04-06 01:47:05 +02:00
login.tsx fix: remove RequireAuth render-time loading spinner causing SSR/hydration mismatch 2026-04-21 23:56:19 +02:00
privacy.tsx Finalize onboarding + role flow updates and public UI polish 2026-03-19 02:35:19 +01:00
signup.tsx fix: correct API endpoint paths from /api/gateway/api to /api 2026-04-17 17:00:10 +02:00
terms.tsx Finalize onboarding + role flow updates and public UI polish 2026-03-19 02:35:19 +01:00