mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-04-12 01:57:36 +03:00
change tracking details icon
This commit is contained in:
parent
6834e6781e
commit
ce3d76d609
@ -34,7 +34,6 @@ import {
|
|||||||
FaRegListAlt,
|
FaRegListAlt,
|
||||||
FaVideo,
|
FaVideo,
|
||||||
} from "react-icons/fa";
|
} from "react-icons/fa";
|
||||||
import { FaRotate } from "react-icons/fa6";
|
|
||||||
import TrackingDetails from "./TrackingDetails";
|
import TrackingDetails from "./TrackingDetails";
|
||||||
import {
|
import {
|
||||||
MobilePage,
|
MobilePage,
|
||||||
@ -80,6 +79,7 @@ import FaceSelectionDialog from "../FaceSelectionDialog";
|
|||||||
import { getTranslatedLabel } from "@/utils/i18n";
|
import { getTranslatedLabel } from "@/utils/i18n";
|
||||||
import { CgTranscript } from "react-icons/cg";
|
import { CgTranscript } from "react-icons/cg";
|
||||||
import { CameraNameLabel } from "@/components/camera/CameraNameLabel";
|
import { CameraNameLabel } from "@/components/camera/CameraNameLabel";
|
||||||
|
import { PiPath } from "react-icons/pi";
|
||||||
|
|
||||||
const SEARCH_TABS = [
|
const SEARCH_TABS = [
|
||||||
"details",
|
"details",
|
||||||
@ -235,9 +235,7 @@ export default function SearchDetailDialog({
|
|||||||
{item == "details" && <FaRegListAlt className="size-4" />}
|
{item == "details" && <FaRegListAlt className="size-4" />}
|
||||||
{item == "snapshot" && <FaImage className="size-4" />}
|
{item == "snapshot" && <FaImage className="size-4" />}
|
||||||
{item == "video" && <FaVideo className="size-4" />}
|
{item == "video" && <FaVideo className="size-4" />}
|
||||||
{item == "tracking_details" && (
|
{item == "tracking_details" && <PiPath className="size-4" />}
|
||||||
<FaRotate className="size-4" />
|
|
||||||
)}
|
|
||||||
<div className="smart-capitalize">{t(`type.${item}`)}</div>
|
<div className="smart-capitalize">{t(`type.${item}`)}</div>
|
||||||
</ToggleGroupItem>
|
</ToggleGroupItem>
|
||||||
))}
|
))}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user