Merge branch 'main' into ui-scrollbar-teardown

This commit is contained in:
MrSubidubi 2025-08-18 14:28:43 +02:00
commit 351db21ff9
408 changed files with 4442 additions and 7615 deletions

View file

@ -1093,11 +1093,10 @@ impl RemoteServerProjects {
.size(LabelSize::Small),
)
.child(
Button::new("learn-more", "Learn more…")
Button::new("learn-more", "Learn More")
.label_size(LabelSize::Small)
.size(ButtonSize::None)
.color(Color::Accent)
.style(ButtonStyle::Transparent)
.icon(IconName::ArrowUpRight)
.icon_size(IconSize::XSmall)
.on_click(|_, _, cx| {
cx.open_url(
"https://zed.dev/docs/remote-development",