From e7ef6139ec3fb7a8a1fb8d5ed9d932b5fdd69383 Mon Sep 17 00:00:00 2001 From: Josh Hawkins <32435876+hawkeye217@users.noreply.github.com> Date: Fri, 20 Mar 2026 07:56:24 -0500 Subject: [PATCH] mobile tweaks stack buttons, add more space on profiles pane, and move the overridden badge beneath the description --- .../config-form/sections/BaseSection.tsx | 2 +- web/src/views/settings/ProfilesView.tsx | 20 ++-- web/src/views/settings/SingleSectionPage.tsx | 91 +++++++++++++------ 3 files changed, 74 insertions(+), 39 deletions(-) diff --git a/web/src/components/config-form/sections/BaseSection.tsx b/web/src/components/config-form/sections/BaseSection.tsx index d2be6ded4c..f171d9fe13 100644 --- a/web/src/components/config-form/sections/BaseSection.tsx +++ b/web/src/components/config-form/sections/BaseSection.tsx @@ -936,7 +936,7 @@ export function ConfigSection({ )} -
+
{((effectiveLevel === "camera" && isOverridden) || effectiveLevel === "global") && !hasChanges && diff --git a/web/src/views/settings/ProfilesView.tsx b/web/src/views/settings/ProfilesView.tsx index b9c00b6d5d..a5c0474bb3 100644 --- a/web/src/views/settings/ProfilesView.tsx +++ b/web/src/views/settings/ProfilesView.tsx @@ -385,7 +385,7 @@ export default function ProfilesView({ {/* Active Profile + Add Profile bar */} {(hasProfiles || profilesUIEnabled) && ( -
+
{hasProfiles && (
@@ -470,12 +470,12 @@ export default function ProfilesView({ )} > -
-
+
+
{isExpanded ? ( - + ) : ( - + )} - + {profileFriendlyNames?.get(profile) ?? profile} +
+
{isActive && ( )} -
-
{cameras.length > 0 ? t("profiles.cameraCount", { @@ -523,7 +523,7 @@ export default function ProfilesView({