mirror of
https://github.com/zed-industries/zed.git
synced 2026-05-30 20:24:08 +00:00
This PR adjusts how project group removal works in the sidebar to be project group aware. Removal is now a batched operation, and supports a contextually appropriate fallback active workspace fallback. In the process of removing this, I had to chase down and fix other broken code: - Removes the "move to new window" actions - Changed the sidebar to store things in "most recently added" order - The recent project UI was still using workspaces, instead of project groups - Adjusted the archive command to use the new APIs to remove the workspace associated with that worktree (cc: @rtfeldman) - The property tests where still using indexes and workspaces instead of project groups Self-Review Checklist: - [ ] I've reviewed my own diff for quality, security, and reliability - [x] Unsafe blocks (if any) have justifying comments - [x] The content is consistent with the [UI/UX checklist](https://github.com/zed-industries/zed/blob/main/CONTRIBUTING.md#uiux-checklist) - [x] Tests cover the new/changed behavior - [x] Performance impact has been considered and is acceptable Closes #ISSUE Release Notes: - N/A |
||
|---|---|---|
| .. | ||
| src | ||
| Cargo.toml | ||
| LICENSE-GPL | ||