Rename dev servers to remote projects in UI (#19527)

Release Notes:

- N/A

Co-authored-by: Mikayla <mikayla@zed.dev>
This commit is contained in:
Conrad Irwin 2024-10-21 16:50:25 -06:00 committed by GitHub
parent 9bae93cd39
commit 6e485453d0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 62 additions and 49 deletions

View file

@ -339,7 +339,7 @@ impl TitleBar {
.tooltip(move |cx| Tooltip::text("Project is hosted on a dev server", cx))
.on_click(cx.listener(|this, _, cx| {
if let Some(workspace) = this.workspace.upgrade() {
recent_projects::DevServerProjects::open(workspace, cx)
recent_projects::RemoteServerProjects::open(workspace, cx)
}
}))
.into_any_element(),