Problem
The sponsor dashboard shows static pool stats that
only update on page reload. Sponsors need live updates.
What To Build
- Create useRealtimePool hook
- Create useRealtimeLoan hook
- Connection status indicator in Navbar
- Offline handling
Files To Touch
- src/hooks/useRealtimePool.ts (new)
- src/hooks/useRealtimeLoan.ts (new)
- src/components/layout/Navbar.tsx
- src/pages/Sponsors.tsx
Acceptance Criteria
Mandatory Checks Before PR
Problem
The sponsor dashboard shows static pool stats that
only update on page reload. Sponsors need live updates.
What To Build
Files To Touch
Acceptance Criteria
Mandatory Checks Before PR