vibetunnel/web/src/client
Peter Steinberger acdc4f22a8 Consolidate duplicate git status implementations
- Create shared git-status utility to avoid code duplication
- Update git-watcher.ts to use the shared utility
- Update sessions.ts to use the shared utility
- Remove duplicate getDetailedGitStatus implementations
- Fix import and linting issues

The shared utility provides a single source of truth for parsing git status output,
making the codebase more maintainable.
2025-07-28 02:48:01 +02:00
..
assets feat: add comprehensive Git worktree management with follow mode and enhanced UI (#452) 2025-07-26 15:06:18 +02:00
components Consolidate duplicate git status implementations 2025-07-28 02:48:01 +02:00
services Refactor notification preferences system (#469) 2025-07-27 13:32:11 +02:00
test fix: prevent duplicating sessions (#345) 2025-07-15 03:50:51 +02:00
types Remove screen sharing feature (#415) 2025-07-19 01:21:47 +02:00
utils Disable sending terminal resize events 2025-07-28 00:21:14 +02:00
app-entry.ts Add Slack notifications for CI results 2025-06-23 15:19:14 +02:00
app.ts Refactor notification preferences system (#469) 2025-07-27 13:32:11 +02:00
styles.css feat: add comprehensive Git worktree management with follow mode and enhanced UI (#452) 2025-07-26 15:06:18 +02:00
sw.ts Refactor notification preferences system (#469) 2025-07-27 13:32:11 +02:00
test-entry.ts feat: Create test infrastructure for component testing 2025-06-23 04:25:56 +02:00
version.ts Add Playwright E2E test framework (#120) 2025-06-30 02:51:21 +01:00