Commit Graph

2 Commits

Author SHA1 Message Date
Vivek P Prakash
9cff4344d0 feat: integrate real backend API with centralized API client
- Add centralized apiPost() client (src/services/api.ts) that handles
  auth injection, error handling, and token expiry uniformly
- Implement real authentication against /accounts/api/login/ and /logout/
- Rewrite partnerApi and userAppApi to use centralized client
- Connect Partners page to /partner/list/ and /partner/create/ APIs
- Add Vite proxy rules for /accounts/api and /partner endpoints
- Update AuthUser type to match full backend user response
- Move NuqsAdapter inside BrowserRouter for correct routing context

Made-with: Cursor
2026-03-15 00:25:55 +05:30
1da66c1be5 feat: add Review Management module and UI layout fixes 2026-03-07 11:55:18 +05:30