fix(worktrees): remove worktrees in the background (#3319)

* refactor(worktrees): fetch source once during creation

* fix(worktrees): remove worktrees in background

* fix(worktrees): show background removal progress

* fix(worktrees): name the worktree in removal toasts
This commit is contained in:
𝖎𝖚𝖑𝖎𝖎𝖆
2026-09-03 15:17:28 +03:00
committed by GitHub
parent 5995802fe3
commit 0d8709a72e
43 changed files with 326 additions and 447 deletions
+1
View File
@@ -438,6 +438,7 @@ export interface GitWorktreeCreateResult {
path: string;
directoryCreated?: true;
bootstrapStatus?: GitWorktreeBootstrapStatus;
sourceFetchFailed?: true;
}
export interface RemoveGitWorktreePayload {