zed/crates/ui
Eric Holk c9e45fe829
sidebar: Represent workspaces with no threads as a New Thread entry (#52778)
Workspaces with no threads weren't being shown in the sidebar which can
make it easy to lose your sense of place. This PR works to address that
by showing these workspaces as a "New Thread" button which also shows
the work trees associated with that workspace.

Self-Review Checklist:

- [x] 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

Release Notes:

- N/A
2026-03-31 00:40:21 +00:00
..
src sidebar: Represent workspaces with no threads as a New Thread entry (#52778) 2026-03-31 00:40:21 +00:00
Cargo.toml ui: Follow-up to ui crate teardown (#52747) 2026-03-30 18:04:21 +02:00
LICENSE-GPL