nxtgauge-frontend-solid/src/components/dashboard
Ashwin Kumar Sivakumar 474fa637c3
Some checks failed
build-and-release / build (push) Failing after 1m11s
fix: dead sidebar/wallet/leads/marketplace navigation links
- DashboardLayout sidebar: Leads/Credits/Settings/Logout pointed to
  routes with no matching file (404). Leads now routes to the real
  accepted-leads page; Credits/Settings/Logout reuse the working
  /dashboard?nav= deep-link into the main dashboard's tab switcher
  (fixes Logout leaving users authenticated on a 404).
- wallet/buy.tsx, wallet/payu-return.tsx: post-purchase, cancel, and
  payment-verification redirects targeted non-existent /dashboard/wallet;
  now redirect to the existing credits/wallet tab.
- leads/accepted.tsx already contained a detail view gated on
  useParams().id, but was only registered as a flat route with no :id
  segment, so the detail view was dead code. Split into
  leads/accepted/index.tsx + leads/accepted/[id].tsx backed by a shared
  AcceptedLeadsView component.
- Added marketplace/[id].tsx: "View Requirement" buttons navigated to
  a route that never existed.
2026-07-12 17:58:37 +05:30
..
widgets fix(ai): align frontend with backend ai routes 2026-06-15 09:39:26 +05:30
AcceptedLeadsView.tsx fix: dead sidebar/wallet/leads/marketplace navigation links 2026-07-12 17:58:37 +05:30
CompanyApplicationsPage.tsx fix(dashboard): change all API endpoints from /api/gateway to /api 2026-07-05 18:29:07 +05:30
CompanyJobsPage.tsx feat: AI Credits Admin Panel 2026-07-06 01:58:29 +05:30
CompanyShortlistedCandidatesPage.tsx chore: checkpoint workspace updates 2026-04-26 23:58:43 +02:00
CreditsPage.tsx feat: AI Credits Admin Panel 2026-07-06 01:58:29 +05:30
CustomerBrowseProfessionalsPage.tsx feat: notifications page, auto-apply settings, customer response profiles, job status UI 2026-07-02 13:33:54 +02:00
CustomerRequirementsPage.tsx fix(dashboard): change all API endpoints from /api/gateway to /api 2026-07-05 18:29:07 +05:30
CustomerResponsesPage.tsx feat: notifications page, auto-apply settings, customer response profiles, job status UI 2026-07-02 13:33:54 +02:00
ExploreServicesPage.tsx fix(dashboard): change all API endpoints from /api/gateway to /api 2026-07-05 18:29:07 +05:30
HelpCenterDashboardPage.tsx fix(dashboard): change all API endpoints from /api/gateway to /api 2026-07-05 18:29:07 +05:30
JobSeekerApplicationsPage.tsx feat: notifications page, auto-apply settings, customer response profiles, job status UI 2026-07-02 13:33:54 +02:00
JobSeekerJobsPage.tsx fix(dashboard): change all API endpoints from /api/gateway to /api 2026-07-05 18:29:07 +05:30
JobSeekerSavedJobsPage.tsx style: match role dashboard UI to admin solid dashboard - card padding 14px radius 16px, input height 36px, label 11px uppercase, tab underline style, title 18px #111827 2026-04-22 01:26:36 +02:00
LogoutPage.tsx chore: checkpoint workspace updates 2026-04-26 23:58:43 +02:00
MyDashboardPage.tsx fix(dashboard): change all API endpoints from /api/gateway to /api 2026-07-05 18:29:07 +05:30
NotificationsPage.tsx feat: notifications page, auto-apply settings, customer response profiles, job status UI 2026-07-02 13:33:54 +02:00
PortfolioPage.tsx feat: notifications page, auto-apply settings, customer response profiles, job status UI 2026-07-02 13:33:54 +02:00
ProfessionalLeadsPage.tsx fix(dashboard): change all API endpoints from /api/gateway to /api 2026-07-05 18:29:07 +05:30
ProfessionalResponsesPage.tsx chore: checkpoint workspace updates 2026-04-26 23:58:43 +02:00
ProfilePage.tsx feat(profile): add 3-step wizard for COMPANY role with single submit button 2026-07-11 01:44:27 +05:30
RoleDashboardShared.ts fix: MyDashboardPage reads role from URL directly, skips stale prop closure; loadRoleBundle uses auth; no fallback config fetch 2026-04-22 01:13:56 +02:00
SettingsPage.tsx feat: notifications page, auto-apply settings, customer response profiles, job status UI 2026-07-02 13:33:54 +02:00
SwitchServicesPage.tsx feat: notifications page, auto-apply settings, customer response profiles, job status UI 2026-07-02 13:33:54 +02:00
VerificationStatusPage.tsx chore: checkpoint workspace updates 2026-04-26 23:58:43 +02:00
VerificationSubmissionGuide.tsx feat: dashboard session timer and verification UI improvements 2026-05-05 17:22:04 +02:00