From fd46c171ce0cd19d54d905cecaa1b8673d5ebd0c Mon Sep 17 00:00:00 2001 From: Luca <102960244+Luca-Timo@users.noreply.github.com> Date: Mon, 11 May 2026 01:59:30 +0200 Subject: [PATCH] chore(branding): move Customer dashboard card between Company Info and Gallery Theme Keeps the customer-surface branding toggles adjacent to the other brand-visibility controls instead of floating at the bottom of the page, where they were easy to miss. Co-Authored-By: Claude Opus 4.6 --- frontend/src/pages/admin/BrandingPage.tsx | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/frontend/src/pages/admin/BrandingPage.tsx b/frontend/src/pages/admin/BrandingPage.tsx index 6aaefee8..43c00710 100644 --- a/frontend/src/pages/admin/BrandingPage.tsx +++ b/frontend/src/pages/admin/BrandingPage.tsx @@ -847,6 +847,14 @@ export const BrandingPage: React.FC = () => { )} + {/* Customer dashboard branding (#354). Sits between "Company + Information" and "Gallery Theme" so it stays adjacent to the + other brand-visibility controls. Self-hides when the + customerPortal feature flag is off. */} +
+ +
+ {/* Theme Customization */}

@@ -907,11 +915,6 @@ export const BrandingPage: React.FC = () => {

- - {/* Customer dashboard branding (#354) — only render when the - customerPortal feature flag is on, since these toggles only - affect /customer/* surfaces. */} - );