From e63ab7840caace5e7cc798af89cad560de5a62cc Mon Sep 17 00:00:00 2001 From: Val Alexander Date: Wed, 8 Apr 2026 20:28:52 -0500 Subject: [PATCH] Refresh sidebar app footer branding - Restyle the sidebar footer into a branded card - Show the app name and version more prominently in the footer and tooltip --- apps/web/src/components/Sidebar.tsx | 34 ++++++++++++++++++++++++----- 1 file changed, 28 insertions(+), 6 deletions(-) diff --git a/apps/web/src/components/Sidebar.tsx b/apps/web/src/components/Sidebar.tsx index 52bd93da6..cce51e7e8 100644 --- a/apps/web/src/components/Sidebar.tsx +++ b/apps/web/src/components/Sidebar.tsx @@ -2122,16 +2122,38 @@ export default function Sidebar() { - - - {APP_BASE_NAME} - +
+
+
+ +
+
+ + {APP_BASE_NAME} + + + Version {APP_VERSION} + +
+
} /> - Version {APP_VERSION} + {APP_BASE_NAME} {APP_VERSION}