vibetunnel/mac/VibeTunnel/Core/Models
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
..
AppConstants.swift feat: add comprehensive Git worktree management with follow mode and enhanced UI (#452) 2025-07-26 15:06:18 +02:00
ConfigurationEnums.swift refactor: extract all magic strings to centralized constants (#444) 2025-07-21 14:22:45 +02:00
ControlMessage.swift feat: add comprehensive Git worktree management with follow mode and enhanced UI (#452) 2025-07-26 15:06:18 +02:00
DashboardAccessMode.swift feat: add comprehensive Git worktree management with follow mode and enhanced UI (#452) 2025-07-26 15:06:18 +02:00
GitInfo.swift feat: add comprehensive Git worktree management with follow mode and enhanced UI (#452) 2025-07-26 15:06:18 +02:00
GitRepository.swift Standardize git status terminology to use 'New' for untracked files 2025-07-28 15:16:37 +02:00
NetworkTypes.swift feat: add comprehensive Git worktree management with follow mode and enhanced UI (#452) 2025-07-26 15:06:18 +02:00
PathSuggestion.swift feat: add comprehensive Git worktree management with follow mode and enhanced UI (#452) 2025-07-26 15:06:18 +02:00
QuickStartCommand.swift feat: add comprehensive Git worktree management with follow mode and enhanced UI (#452) 2025-07-26 15:06:18 +02:00
TunnelMetrics.swift feat: add comprehensive Git worktree management with follow mode and enhanced UI (#452) 2025-07-26 15:06:18 +02:00
TunnelSession.swift Integrate node server, cleanup dead code 2025-06-21 02:49:38 +02:00
UpdateChannel.swift new auth logic 2025-06-24 01:47:45 +02:00
WindowInfo.swift feat: add comprehensive Git worktree management with follow mode and enhanced UI (#452) 2025-07-26 15:06:18 +02:00
Worktree.swift Fix test failures and resolve all linting warnings 2025-07-27 17:44:50 +02:00