This commit is contained in:
2026-08-11 11:05:28 +07:00
parent aabccdf099
commit e77cfe29d9
4 changed files with 9 additions and 2 deletions
@@ -210,6 +210,9 @@ impl Render for SidebarPanel {
.child(NavItem::new("explore", "Browse", IconName::Globe).on_click(
cx.listener(|this, _ev, window, cx| this.open_explore(window, cx)),
))
.child(NavItem::new("search", "Saerch", IconName::Search).on_click(
cx.listener(|this, _ev, window, cx| this.open_explore(window, cx)),
))
.child(
v_flex().w_full().child(
h_flex()