recent_projects: Make the currently active project visible in the picker#53302
Merged
danilo-leal merged 8 commits intomainfrom Apr 7, 2026
Merged
recent_projects: Make the currently active project visible in the picker#53302danilo-leal merged 8 commits intomainfrom
danilo-leal merged 8 commits intomainfrom
Conversation
cameron1024
approved these changes
Apr 7, 2026
MasoudAlali
pushed a commit
to MasoudAlali/zed-ide
that referenced
this pull request
Apr 7, 2026
…ker (zed-industries#53302) This PR improves the recent projects picker in the context of multi-workspace: - The currently active project now appears in the "This Window" section with a checkmark indicator. Clicking it simply dismisses the picker, since there's nothing to switch to. This feels like a better UX because it gives you visual confirmation of where you are. - The remove button is hidden for the current project entry, both in the row and the footer, to prevent accidentally removing the workspace you're actively using. - The "Add to Workspace" button now uses a more descriptive icon (`FolderOpenAdd`) and shows a meta tooltip clarifying that it adds the project as a multi-root folder project. The primary click/enter behavior remains unchanged—it opens the selected project in the current window's multi-workspace. The "Open in New Window" action continues to be available via the icon button or shift+enter. Release Notes: - Improved the recent projects picker to show the currently active project in the "This Window" section with a checkmark indicator.
piper-of-dawn
pushed a commit
to piper-of-dawn/zed
that referenced
this pull request
Apr 25, 2026
…ker (zed-industries#53302) This PR improves the recent projects picker in the context of multi-workspace: - The currently active project now appears in the "This Window" section with a checkmark indicator. Clicking it simply dismisses the picker, since there's nothing to switch to. This feels like a better UX because it gives you visual confirmation of where you are. - The remove button is hidden for the current project entry, both in the row and the footer, to prevent accidentally removing the workspace you're actively using. - The "Add to Workspace" button now uses a more descriptive icon (`FolderOpenAdd`) and shows a meta tooltip clarifying that it adds the project as a multi-root folder project. The primary click/enter behavior remains unchanged—it opens the selected project in the current window's multi-workspace. The "Open in New Window" action continues to be available via the icon button or shift+enter. Release Notes: - Improved the recent projects picker to show the currently active project in the "This Window" section with a checkmark indicator.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR improves the recent projects picker in the context of multi-workspace:
FolderOpenAdd) and shows a meta tooltip clarifying that it adds the project as a multi-root folder project.The primary click/enter behavior remains unchanged—it opens the selected project in the current window's multi-workspace. The "Open in New Window" action continues to be available via the icon button or shift+enter.
Release Notes: