nxtgauge-frontend-solid/src/lib
Ashwin Kumar 3209d13011 feat: wire help center and article pages to live KB API
- help-center.ts: replace static HELP_ARTICLES array with async fetch* functions (fetchHelpCenterArticles, fetchHelpCenterCategories, fetchArticleBySlug); legacy sync shims kept for safety
- support/index.tsx: switched from createMemo(static) to createResource(async API) with loading states
- help-center/article/[slug].tsx: now fetches article from API via createResource; renders paragraphs split by double-newline; proper loading and not-found states
- New server-side API routes: /api/kb/articles, /api/kb/categories, /api/kb/articles/[slug] (proxy to Rust gateway, no auth required)

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-02 13:36:16 +02:00
..
admin Wire department and designation management to module CRUD backend 2026-03-25 21:32:03 +01:00
runtime feat: add users and companies dashboard route surfaces 2026-03-25 22:13:11 +01:00
server feat(dashboard-parity): DashboardLayout runtime-config nav, auth hardening, onboarding UX 2026-03-23 00:45:51 +01:00
auth-flow.test.ts test(frontend): add vitest tdd coverage for login redirect and role switch visibility 2026-03-19 00:58:29 +01:00
auth-flow.ts feat(admin): wire management modules to live backend and add UGC role 2026-04-02 13:09:45 +02:00
auth-intent.test.ts Finalize onboarding + role flow updates and public UI polish 2026-03-19 02:35:19 +01:00
auth-intent.ts feat: align solid public pages and auth flows with nextjs parity 2026-03-17 15:35:58 +01:00
auth.ts feat(admin): wire management modules to live backend and add UGC role 2026-04-02 13:09:45 +02:00
form-validation.ts feat(frontend): finalize onboarding, otp verification, and roleless dashboard flow 2026-03-19 00:30:33 +01:00
guided-tour-content.test.ts Finalize onboarding + role flow updates and public UI polish 2026-03-19 02:35:19 +01:00
guided-tour-content.ts feat(dashboard-parity): DashboardLayout runtime-config nav, auth hardening, onboarding UX 2026-03-23 00:45:51 +01:00
guided-tour.test.ts Finalize onboarding + role flow updates and public UI polish 2026-03-19 02:35:19 +01:00
guided-tour.ts Finalize onboarding + role flow updates and public UI polish 2026-03-19 02:35:19 +01:00
help-center.ts feat: wire help center and article pages to live KB API 2026-04-02 13:36:16 +02:00
http.ts chore: cleanup — remove legacy redirect shims and localStorage token storage 2026-03-25 23:42:43 +01:00
onboarding-flow.test.ts Refine onboarding UX, role cards, and runtime schema integration 2026-03-22 15:54:12 +01:00
onboarding-flow.ts Refine onboarding UX, role cards, and runtime schema integration 2026-03-22 15:54:12 +01:00