vibetunnel/web/src/server/routes
Peter Steinberger 7caa839027 Unify notification system to use SSE for all clients
- Remove redundant Unix socket notification path from SessionMonitor
- Fix Mac app to use correct /api/events endpoint (was missing /api prefix)
- Remove NotificationControlHandler as notifications now flow through SSE
- Clean up unused 'session-monitor' category from control protocol
- Simplify notification flow: Events → SessionMonitor → SSE → All clients

This eliminates duplicate code paths and makes the system more maintainable.
2025-07-28 15:00:08 +02:00
..
auth.ts Add comprehensive server tests and switch to Biome linter (#73) 2025-06-24 18:51:38 +02:00
config.test.ts Refactor notification preferences system (#469) 2025-07-27 13:32:11 +02:00
config.ts Refactor notification preferences system (#469) 2025-07-27 13:32:11 +02:00
control.ts feat: add comprehensive Git worktree management with follow mode and enhanced UI (#452) 2025-07-26 15:06:18 +02:00
events.claude-turn.test.ts Refactor notification preferences system (#469) 2025-07-27 13:32:11 +02:00
events.test.ts Refactor notification preferences system (#469) 2025-07-27 13:32:11 +02:00
events.ts Unify notification system to use SSE for all clients 2025-07-28 15:00:08 +02:00
files.ts Display Claude status in Mac menubar (#160) 2025-07-01 11:21:28 +01:00
filesystem.ts feat: add comprehensive Git worktree management with follow mode and enhanced UI (#452) 2025-07-26 15:06:18 +02:00
git.ts feat: add comprehensive Git worktree management with follow mode and enhanced UI (#452) 2025-07-26 15:06:18 +02:00
logs.ts feat: add comprehensive Git worktree management with follow mode and enhanced UI (#452) 2025-07-26 15:06:18 +02:00
push.ts Refactor notification preferences system (#469) 2025-07-27 13:32:11 +02:00
remotes.ts Add comprehensive server tests and switch to Biome linter (#73) 2025-06-24 18:51:38 +02:00
repositories.ts feat: add comprehensive Git worktree management with follow mode and enhanced UI (#452) 2025-07-26 15:06:18 +02:00
sessions.test.ts feat: add comprehensive Git worktree management with follow mode and enhanced UI (#452) 2025-07-26 15:06:18 +02:00
sessions.ts Consolidate duplicate git status implementations 2025-07-28 02:48:01 +02:00
websocket-input.ts feat: add comprehensive Git worktree management with follow mode and enhanced UI (#452) 2025-07-26 15:06:18 +02:00
worktrees.test.ts feat: add comprehensive Git worktree management with follow mode and enhanced UI (#452) 2025-07-26 15:06:18 +02:00
worktrees.ts feat: add comprehensive Git worktree management with follow mode and enhanced UI (#452) 2025-07-26 15:06:18 +02:00