Comprehensive set of mobile and all improvements phase 1

This commit is contained in:
gsxdsm
2026-02-17 17:33:11 -08:00
parent 7fcf3c1e1f
commit cb44f8a717
36 changed files with 2037 additions and 304 deletions

View File

@@ -2572,8 +2572,8 @@ function createMockWorktreeAPI(): WorktreeAPI {
};
},
discardChanges: async (worktreePath: string) => {
console.log('[Mock] Discarding changes:', { worktreePath });
discardChanges: async (worktreePath: string, files?: string[]) => {
console.log('[Mock] Discarding changes:', { worktreePath, files });
return {
success: true,
result: {