Problem
Push notifications only work for sessions that are currently open in the UI. Users want to be notified when ANY session completes, even if not viewing it.
Solution
Implement global push notifications for all session completions with click-to-navigate functionality.
Acceptance Criteria
Technical Notes
- Backend already has push notification service (services/push.ts)
- Need to ensure SSE events trigger push for all sessions, not just active ones
- Service worker needs to handle notification click and navigate properly
Problem
Push notifications only work for sessions that are currently open in the UI. Users want to be notified when ANY session completes, even if not viewing it.
Solution
Implement global push notifications for all session completions with click-to-navigate functionality.
Acceptance Criteria
Technical Notes