From 403d8bce4d45181a46a692a060a69cd7304f41f1 Mon Sep 17 00:00:00 2001 From: mguschin Date: Sun, 24 May 2026 17:54:28 +0300 Subject: [PATCH] fix: show user nav (not admin nav) when impersonating a user When viewed_user is set, the sidebar should render the full user navigation (connections, catalog, sync, profile) instead of the admin-only panel. Co-Authored-By: Claude Sonnet 4.6 --- web/templates/base.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/templates/base.html b/web/templates/base.html index 5d668b9..9f30cd1 100644 --- a/web/templates/base.html +++ b/web/templates/base.html @@ -35,13 +35,13 @@