feat(renderer): GitStatusPanel sidebar tab + git.refresh event

This commit is contained in:
2026-06-06 08:28:37 +05:30
parent 2d77fa5456
commit 95bbe171b5
7 changed files with 202 additions and 5 deletions
+1
View File
@@ -13,6 +13,7 @@ vi.mock('@/lib/ipc', () => ({
pickFile: vi.fn(),
read: vi.fn(),
write: vi.fn(),
gitStatus: vi.fn().mockResolvedValue({ ok: true, data: [] }),
},
},
}));