vibetunnel/web/src
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
..
client Implement unified test notification system through server 2025-07-28 16:04:07 +02:00
server Implement unified test notification system through server 2025-07-28 16:04:07 +02:00
shared Implement unified test notification system through server 2025-07-28 16:04:07 +02:00
test Fix CI issues (#476) 2025-07-28 09:19:40 +02:00
types fix: change default notification preference to false to prevent misleading UI state 2025-07-27 13:40:39 +02:00
cli.ts feat: add comprehensive Git worktree management with follow mode and enhanced UI (#452) 2025-07-26 15:06:18 +02:00