vibetunnel/web/src/server
Peter Steinberger 0812bfd89d Standardize git status terminology to use 'New' for untracked files
- Web UI: Changed 'Added' to 'New' for untracked files
- Mac UI: Changed 'Untracked' to 'New' and removed staged file display
- Both UIs now consistently show: New (green +), Modified (yellow ~), Deleted (red -)
- Focused on working directory changes, removed staging area counts
- Backend: Changed untracked to added in git-status.ts for consistency
2025-07-28 15:16:37 +02:00
..
middleware fix: add user ID for no-auth mode and improve TypeScript imports 2025-07-12 19:21:29 +02:00
pty Fix duplicate Git worktree button in mobile view 2025-07-28 13:24:17 +02:00
routes Unify notification system to use SSE for all clients 2025-07-28 15:00:08 +02:00
services Standardize git status terminology to use 'New' for untracked files 2025-07-28 15:16:37 +02:00
utils Standardize git status terminology to use 'New' for untracked files 2025-07-28 15:16:37 +02:00
websocket Unify notification system to use SSE for all clients 2025-07-28 15:00:08 +02:00
api-socket-server.test.ts feat: add comprehensive Git worktree management with follow mode and enhanced UI (#452) 2025-07-26 15:06:18 +02:00
api-socket-server.ts Add VIBETUNNEL_PREFER_DERIVED_DATA support and version tracking 2025-07-28 02:05:39 +02:00
fwd.ts Refactor notification preferences system (#469) 2025-07-27 13:32:11 +02:00
server.test.ts Synchronize repository base path from Mac app to web UI (#358) 2025-07-16 03:09:19 +02:00
server.ts Unify notification system to use SSE for all clients 2025-07-28 15:00:08 +02:00
socket-api-client.test.ts feat: add comprehensive Git worktree management with follow mode and enhanced UI (#452) 2025-07-26 15:06:18 +02:00
socket-api-client.ts Refactor socket client API: Remove HTTP fallback and add type-safe message handling 2025-07-28 11:40:56 +02:00
version.test.ts Fix URL link detection for wrapped URLs on mobile terminals (#85) 2025-06-26 22:37:49 +02:00
version.ts chore: bump version to 1.0.0-beta.6 build 152 (#161) 2025-07-01 05:54:43 +01:00