From f843d3e54907c4cbd1f017c058498b5bfea28d72 Mon Sep 17 00:00:00 2001 From: Josh Hawkins <32435876+hawkeye217@users.noreply.github.com> Date: Mon, 20 Apr 2026 19:28:31 -0500 Subject: [PATCH] remove modal on popovers --- .../components/classification/wizard/Step1NameAndDefine.tsx | 4 ++-- web/src/components/classification/wizard/Step2StateArea.tsx | 6 +----- web/src/components/overlay/detail/SearchDetailDialog.tsx | 2 +- web/src/components/settings/wizard/Step1NameCamera.tsx | 2 +- web/src/components/settings/wizard/Step3StreamConfig.tsx | 4 ++-- web/src/views/live/LiveCameraView.tsx | 6 +++--- 6 files changed, 10 insertions(+), 14 deletions(-) diff --git a/web/src/components/classification/wizard/Step1NameAndDefine.tsx b/web/src/components/classification/wizard/Step1NameAndDefine.tsx index a4cdc4867f..e6fe64bfc9 100644 --- a/web/src/components/classification/wizard/Step1NameAndDefine.tsx +++ b/web/src/components/classification/wizard/Step1NameAndDefine.tsx @@ -322,7 +322,7 @@ export default function Step1NameAndDefine({ {t("wizard.step1.classificationType")} - + - + diff --git a/web/src/components/classification/wizard/Step2StateArea.tsx b/web/src/components/classification/wizard/Step2StateArea.tsx index 38c2fcad7e..efba0d358a 100644 --- a/web/src/components/classification/wizard/Step2StateArea.tsx +++ b/web/src/components/classification/wizard/Step2StateArea.tsx @@ -238,11 +238,7 @@ export default function Step2StateArea({ {t("wizard.step2.cameras")} {availableCameras.length > 0 ? ( - + - + + {t("cameraWizard.step3.roles")} - + @@ -667,7 +667,7 @@ export default function Step3StreamConfig({ {t("cameraWizard.step3.featuresTitle")} - + diff --git a/web/src/views/live/LiveCameraView.tsx b/web/src/views/live/LiveCameraView.tsx index 2be1f70aea..49d0e70bfb 100644 --- a/web/src/views/live/LiveCameraView.tsx +++ b/web/src/views/live/LiveCameraView.tsx @@ -1554,7 +1554,7 @@ function FrigateCameraFeatures({ ns: "components/dialog", })} - + @@ -1641,7 +1641,7 @@ function FrigateCameraFeatures({ <> {t("stream.audio.unavailable")} - + @@ -1685,7 +1685,7 @@ function FrigateCameraFeatures({ <> {t("stream.twoWayTalk.unavailable")} - +