nxtgauge-frontend-solid/src/components
Tracewebstudio Dev 49b979eb16
All checks were successful
build-and-release / build (push) Successful in 1m40s
fix: eliminate API prefix double-encoding across all dashboard components
All dashboard pages and widgets had one of three bugs:
- const API = "/api" combined with paths already starting /api → double prefix
- const API = '/api/gateway' → nonexistent gateway path prefix
- cleanPath stripping /api off paths when API was set to ""

Fix: set const API = "" uniformly and remove cleanPath rewrite in all 30+
affected files (CompanyJobsPage, CompanyApplicationsPage, CreditsPage,
JobSeekerJobsPage, CustomerRequirementsPage, all widgets, etc.).

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-07-18 11:40:20 +02:00
..
admin fix: local dev proxy, TypeScript errors, and test quality 2026-07-17 00:47:32 +02:00
AskAsh fix: local dev proxy, TypeScript errors, and test quality 2026-07-17 00:47:32 +02:00
dashboard fix: eliminate API prefix double-encoding across all dashboard components 2026-07-18 11:40:20 +02:00
AiChatWidget.tsx fix(ai-chat): fix gateway routing so chat send and KB lookups actually work 2026-07-17 05:48:15 +05:30
ArticleContent.tsx feat: improve Help Center UI with mixed dark/light theme and structured content 2026-04-09 21:52:16 +02:00
CaptchaCanvas.tsx fix: remove DPR scaling from CaptchaCanvas to fix zoomed-in appearance 2026-06-12 05:03:54 +05:30
DashboardLayout.tsx fix: local dev proxy, TypeScript errors, and test quality 2026-07-17 00:47:32 +02:00
DashboardShell.tsx feat: AI Credits Admin Panel 2026-07-06 01:58:29 +05:30
NotificationBell.tsx feat: notifications page, auto-apply settings, customer response profiles, job status UI 2026-07-02 13:33:54 +02:00
OpportunityGraph.tsx feat: align solid public pages and auth flows with nextjs parity 2026-03-17 15:35:58 +01:00
PublicBackground.tsx Finalize onboarding + role flow updates and public UI polish 2026-03-19 02:35:19 +01:00
PublicFooter.tsx feat: improve public role pages and help center content 2026-04-06 01:47:05 +02:00
PublicHeader.tsx docs: clarify real data implementations are wired to backend APIs 2026-04-10 01:21:36 +02:00
PublicLanding.tsx fix: update CTAs and fix company signup validation 2026-07-03 17:55:45 +05:30
RoleLandingPage.tsx fix: route client /api/* through /api/gateway/* proxy\n\nLogin, signup, forgot-password, dashboard, contact, help-center, and all dashboard component fetches were calling bare /api/* paths. The SolidStart server has no /api/auth/*, /api/support/*, or /api/kb/* handlers -- only /api/gateway/[...path] proxies to the Rust gateway. So those calls returned HTML (SPA catch-all), the JSON parse threw silently, and the buttons looked dead. Sign In / Sign Up / Forgot Password all appeared to be no-ops.\n\nThis routes every client-side fetch through the existing gateway proxy, matching the pattern already used by src/lib/api.ts.\n\nAlso fixes hardcoded test121 -> test111 in canonical/og:url tags across index, professionals, help-center, and RoleLandingPage. 2026-06-11 14:10:10 +05:30
SessionTimer.tsx feat: dashboard session timer and verification UI improvements 2026-05-05 17:22:04 +02:00