From b69ea06ad34121289937c5ccf67fd152cd552ebd Mon Sep 17 00:00:00 2001 From: "Rodrigo Rodriguez (Pragmatismo)" Date: Wed, 4 Feb 2026 08:57:31 -0300 Subject: [PATCH] Fix logged-out user menu - show only Sign in button Removed Profile, Settings, and Help & Support items from user menu when user is not authenticated. Now only Sign in button is visible. --- ui/suite/index.html | 187 ++++++++++++-------------------------------- 1 file changed, 49 insertions(+), 138 deletions(-) diff --git a/ui/suite/index.html b/ui/suite/index.html index 778b28c..c47e832 100644 --- a/ui/suite/index.html +++ b/ui/suite/index.html @@ -52,6 +52,9 @@ + + + @@ -112,7 +115,7 @@ class="logo-wrapper" hx-get="/suite/home.html" hx-target="#main-content" - hx-push-url="/#home" + hx-push-url="#home" title="General Bots" aria-label="General Bots - Home" > @@ -171,7 +174,7 @@ data-section="chat" hx-get="/suite/chat/chat.html" hx-target="#main-content" - hx-push-url="/#chat" + hx-push-url="#chat" >