feat: redesign the sidebar and workspace (#53)

Reviewed-on: #53
This commit was merged in pull request #53.
This commit is contained in:
2026-09-25 02:26:31 +00:00
parent 1032ac3751
commit e4e13b0889
38 changed files with 2378 additions and 2484 deletions
+4 -1
View File
@@ -58,13 +58,16 @@ impl Panel for GreeterPanel {
}
fn title(&self, cx: &App) -> AnyElement {
div()
h_flex()
.gap_1()
.text_xs()
.child(
svg()
.path("brand/coop.svg")
.size_4()
.text_color(cx.theme().text_muted),
)
.child("Welcome")
.into_any_element()
}
}