trading-platform-frontend-v2/src
Adrian Flores Cortes 1d76747e9b fix: Centralize API clients and add global ErrorBoundary (Phase 3)
Migrate 6 services from duplicate Axios instances to centralized
apiClient (auto-refresh, multi-tab sync, proper 401 handling):
- trading.service.ts, notification.service.ts, payment.service.ts
- education.service.ts, chat.service.ts, investment.service.ts

Add global ErrorBoundary wrapping all App routes. Move assistant
module ErrorBoundary to shared components/ErrorBoundary.tsx.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-27 04:56:44 -06:00
..
__tests__ feat: Implement BLOCKER-001 proactive refresh + E2E video tests (frontend) 2026-01-27 01:44:40 -06:00
components fix: Centralize API clients and add global ErrorBoundary (Phase 3) 2026-01-27 04:56:44 -06:00
hooks feat: Initial commit - Trading Platform Frontend 2026-01-18 04:30:39 -06:00
lib feat: Implement BLOCKER-001 proactive refresh + E2E video tests (frontend) 2026-01-27 01:44:40 -06:00
modules fix: Centralize API clients and add global ErrorBoundary (Phase 3) 2026-01-27 04:56:44 -06:00
services fix: Centralize API clients and add global ErrorBoundary (Phase 3) 2026-01-27 04:56:44 -06:00
stores feat: Implement BLOCKER-001 proactive refresh + E2E video tests (frontend) 2026-01-27 01:44:40 -06:00
styles feat: Initial commit - Trading Platform Frontend 2026-01-18 04:30:39 -06:00
types fix(coherence): Add all trading enums aligned with DDL (E-COH-002, ST1.4) 2026-01-26 17:07:28 -06:00
App.tsx fix: Centralize API clients and add global ErrorBoundary (Phase 3) 2026-01-27 04:56:44 -06:00
main.tsx feat: Initial commit - Trading Platform Frontend 2026-01-18 04:30:39 -06:00
vite-env.d.ts feat: Initial commit - Trading Platform Frontend 2026-01-18 04:30:39 -06:00