From 9b1f764ab868701358eec5af1813cf91acb0a37b Mon Sep 17 00:00:00 2001 From: zhenyi <434836402@qq.com> Date: Sat, 30 May 2026 15:07:42 +0800 Subject: [PATCH] feat: update shell components (rail, settings-sidebar, workspace-sidebar) --- src/components/shell/rail.tsx | 34 ++++++------- src/components/shell/settings-sidebar.tsx | 6 +-- src/components/shell/workspace-sidebar.tsx | 58 +++++++++++----------- 3 files changed, 49 insertions(+), 49 deletions(-) diff --git a/src/components/shell/rail.tsx b/src/components/shell/rail.tsx index ccf62cd..ad09a47 100644 --- a/src/components/shell/rail.tsx +++ b/src/components/shell/rail.tsx @@ -18,21 +18,21 @@ function WorkspaceIcon({ return ( {workspace.avatar_url ? ( @@ -61,7 +61,7 @@ function RailButton({ return ( @@ -72,10 +72,10 @@ function RailButton({ function WorkspaceSkeleton() { return ( - + {Array.from({ length: 4 }).map((_, index) => ( ))} @@ -95,16 +95,16 @@ export function WorkspaceRail() { }); return ( -