From d3c59ff8afbea242c851da5110dfb7bfed7b01dd Mon Sep 17 00:00:00 2001 From: Mauricio Siu <47042324+Siumauricio@users.noreply.github.com> Date: Tue, 25 Feb 2025 23:13:55 -0600 Subject: [PATCH] refactor(ui): enhance sidebar layout with responsive design and collapsed state --- apps/dokploy/components/layouts/side.tsx | 61 +++++++++++++++++++----- 1 file changed, 50 insertions(+), 11 deletions(-) diff --git a/apps/dokploy/components/layouts/side.tsx b/apps/dokploy/components/layouts/side.tsx index 9c61fb39..05498871 100644 --- a/apps/dokploy/components/layouts/side.tsx +++ b/apps/dokploy/components/layouts/side.tsx @@ -525,34 +525,63 @@ function SidebarLogo() { ) : ( - - + + {/* Organization Logo and Selector */} + - - + + - + {activeOrganization?.name ?? "Select Organization"} - + + + {/* Notification Bell */} + - + {invitations && invitations.length > 0 && (
{activeOrganization?.name ?? "Select Organization"}