From cc4f86bde5e2504f2218b6b6f26007fd0c16a5c8 Mon Sep 17 00:00:00 2001 From: Josh Hawkins <32435876+hawkeye217@users.noreply.github.com> Date: Wed, 5 Nov 2025 11:59:00 -0600 Subject: [PATCH] remove icons --- web/src/components/overlay/detail/SearchDetailDialog.tsx | 8 -------- 1 file changed, 8 deletions(-) diff --git a/web/src/components/overlay/detail/SearchDetailDialog.tsx b/web/src/components/overlay/detail/SearchDetailDialog.tsx index d2d4b9358..4392203bf 100644 --- a/web/src/components/overlay/detail/SearchDetailDialog.tsx +++ b/web/src/components/overlay/detail/SearchDetailDialog.tsx @@ -32,7 +32,6 @@ import { FaChevronRight, FaDownload, FaHistory, - FaImage, } from "react-icons/fa"; import { TrackingDetails } from "./TrackingDetails"; import { DetailStreamProvider } from "@/context/detail-stream-context"; @@ -80,7 +79,6 @@ import FaceSelectionDialog from "../FaceSelectionDialog"; import { getTranslatedLabel } from "@/utils/i18n"; import { CgTranscript } from "react-icons/cg"; import { CameraNameLabel } from "@/components/camera/CameraNameLabel"; -import { PiPath } from "react-icons/pi"; import Heading from "@/components/ui/heading"; import { DialogPortal } from "@radix-ui/react-dialog"; @@ -193,8 +191,6 @@ export default function SearchDetailDialog({ data-nav-item={item} aria-label={`Select ${item}`} > - {item == "snapshot" && } - {item == "tracking_details" && }
{item === "snapshot" ? search?.has_snapshot @@ -395,10 +391,6 @@ export default function SearchDetailDialog({ data-nav-item={item} aria-label={`Select ${item}`} > - {item == "snapshot" && } - {item == "tracking_details" && ( - - )}
{t(`type.${item}`)}