This commit is contained in:
2026-08-08 08:08:24 +07:00
parent 161c066ca8
commit de9673e8fb
9 changed files with 110 additions and 73 deletions
+2 -1
View File
@@ -1,5 +1,6 @@
use std::sync::Arc;
use assets::CustomIconName;
use gpui::prelude::*;
use gpui::{
App, ClickEvent, Context, ElementId, EventEmitter, FocusHandle, Focusable, Render,
@@ -221,7 +222,7 @@ impl Render for SidebarPanel {
.px_2()
.gap_2()
.text_color(cx.theme().muted_foreground)
.child(Icon::new(IconName::Folder).small())
.child(Icon::new(CustomIconName::Filter).small())
.child(
div()
.text_xs()