add create new identity

This commit is contained in:
2026-08-06 14:02:16 +07:00
parent a97dfac23f
commit 627abbdcaf
6 changed files with 322 additions and 14 deletions
+4 -2
View File
@@ -1,3 +1,5 @@
use std::sync::Arc;
use gpui::prelude::*;
use gpui::{Context, Entity, Render, SharedString, Subscription, Window, div, px};
use gpui_component::dock::{DockArea, DockItem};
@@ -23,8 +25,8 @@ impl Workspace {
dock.update(cx, |dock_area, cx| {
dock_area.set_left_dock(
DockItem::tab(sidebar.clone(), &weak_dock, window, cx),
Some(px(240.)),
DockItem::panel(Arc::new(sidebar.clone())),
Some(px(260.)),
true,
window,
cx,