nxtgauge-frontend-solid/src
Tracewebstudio Dev 031d332a1d feat: add cover letter generation and improve AI chat widget
- Add AI cover letter generation button on JobSeekerJobsPage
- Generate cover letters via /api/ai/generate-cover-letter
- Show generated cover letter preview before applying
- Update AI Chat Widget quick actions to focus on support & KB search
- Update welcome message to explain Ask Ash capabilities
2026-06-14 18:04:47 +02:00
..
components feat: add cover letter generation and improve AI chat widget 2026-06-14 18:04: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
hooks feat: Add Ask Ash AI credit components 2026-05-29 20:47:15 +05:30
lib 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
routes fix(frontend): replace broken file-based API routes with SolidStart middleware 2026-06-11 15:36:44 +05:30
stories chore: checkpoint workspace updates 2026-04-26 23:58:43 +02:00
test fix: update vitest config and msw v2 API, remove orphaned tests 2026-04-13 01:36:15 +02:00
app.css feat: add cover letter generation and improve AI chat widget 2026-06-14 18:04:47 +02:00
app.tsx fix(frontend): use nxtgauge browser branding 2026-06-14 18:56:33 +05:30
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 fix(frontend): use nxtgauge browser branding 2026-06-14 18:56:33 +05:30
global.d.ts feat(frontend): add solidstart runtime onboarding renderer 2026-03-16 23:46:21 +01:00
middleware.ts fix(frontend): replace broken file-based API routes with SolidStart middleware 2026-06-11 15:36:44 +05:30