From 082685b33d8790f4f2799f37822b5831994c50e7 Mon Sep 17 00:00:00 2001 From: Josh Hawkins <32435876+hawkeye217@users.noreply.github.com> Date: Thu, 6 Nov 2025 07:55:13 -0600 Subject: [PATCH] use drawer on mobile --- .../overlay/detail/AnnotationSettingsPane.tsx | 9 ++-- .../overlay/detail/SearchDetailDialog.tsx | 47 ++++++++++++------- 2 files changed, 33 insertions(+), 23 deletions(-) diff --git a/web/src/components/overlay/detail/AnnotationSettingsPane.tsx b/web/src/components/overlay/detail/AnnotationSettingsPane.tsx index 58a22c359..d683a83ad 100644 --- a/web/src/components/overlay/detail/AnnotationSettingsPane.tsx +++ b/web/src/components/overlay/detail/AnnotationSettingsPane.tsx @@ -1,4 +1,3 @@ -import Heading from "@/components/ui/heading"; import { Event } from "@/types/event"; import { FrigateConfig } from "@/types/frigateConfig"; import { zodResolver } from "@hookform/resolvers/zod"; @@ -133,12 +132,12 @@ export function AnnotationSettingsPane({ } return ( -