Skip to content

fix(workspace): improve delete responsiveness - #17

Merged
reckerp merged 1 commit into
mainfrom
workspace-delete-performance
Jun 29, 2026
Merged

fix(workspace): improve delete responsiveness#17
reckerp merged 1 commit into
mainfrom
workspace-delete-performance

Conversation

@reckerp

@reckerp reckerp commented Jun 29, 2026

Copy link
Copy Markdown
Owner

Summary:

  • load workspace status asynchronously so the picker renders immediately
  • cap concurrent status scans and cancel pending scans when the picker exits
  • reuse loaded dirty status to avoid an unnecessary failed remove pass

Verification:

  • cargo test
  • cargo clippy --all-targets -- -D warnings
  • git diff --check
  • rustfmt --edition 2024 --check src/git/worktree.rs src/ui/workspace_picker.rs src/commands/workspace.rs

@reckerp
reckerp merged commit 4891bec into main Jun 29, 2026
6 checks passed
@reckerp
reckerp deleted the workspace-delete-performance branch June 29, 2026 20:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant