vibetunnel/mac/VibeTunnel/Core
Peter Steinberger aa5bb9eef2 Implement unified test notification system through server
- Add /api/test-notification endpoint that emits SSE events to all clients
- Include server version in test notifications for verification
- Update web client to listen for SSE test notifications
- Update Mac app to call server endpoint instead of local notification
- Add TestNotification to ServerEventType enum
- Ensure test notifications are distributed to ALL connected endpoints

This provides a complete test of the notification flow:
Web/Mac → Server → SSE → All clients (Web + Mac)
2025-07-28 16:04:07 +02:00
..
Accessibility feat: add comprehensive Git worktree management with follow mode and enhanced UI (#452) 2025-07-26 15:06:18 +02:00
Configuration feat: add comprehensive Git worktree management with follow mode and enhanced UI (#452) 2025-07-26 15:06:18 +02:00
Constants feat: add comprehensive Git worktree management with follow mode and enhanced UI (#452) 2025-07-26 15:06:18 +02:00
Extensions refactor: extract all magic strings to centralized constants (#444) 2025-07-21 14:22:45 +02:00
Managers feat: add comprehensive Git worktree management with follow mode and enhanced UI (#452) 2025-07-26 15:06:18 +02:00
Models Standardize git status terminology to use 'New' for untracked files 2025-07-28 15:16:37 +02:00
Services Implement unified test notification system through server 2025-07-28 16:04:07 +02:00
Utilities Add push notifications onboarding screen (#474) 2025-07-27 12:12:30 +00:00