From ffab0a62c11bd45ee0ea41c5ab5e715801cb0cdc Mon Sep 17 00:00:00 2001 From: "gpt-engineer-app[bot]" <159125892+gpt-engineer-app[bot]@users.noreply.github.com> Date: Thu, 16 Oct 2025 18:53:42 +0000 Subject: [PATCH] Refactor: Show only icons in sidebar --- src/components/Layout.tsx | 72 ++++++++++++++++++++++++++++++++++----- 1 file changed, 63 insertions(+), 9 deletions(-) diff --git a/src/components/Layout.tsx b/src/components/Layout.tsx index 9bf3d2c..d6a85ff 100644 --- a/src/components/Layout.tsx +++ b/src/components/Layout.tsx @@ -82,15 +82,69 @@ export const Layout = ({ children, activeTab, onTabChange }: LayoutProps) => { ) : ( -