From 6e87fffdfbbc63962ed321f8c0b4d90f84bcf069 Mon Sep 17 00:00:00 2001 From: Josh Hawkins <32435876+hawkeye217@users.noreply.github.com> Date: Sun, 26 Oct 2025 06:52:19 -0500 Subject: [PATCH] spacing tweaks and add link to explore for plate --- web/src/components/timeline/DetailStream.tsx | 40 +++++++++++++------- 1 file changed, 27 insertions(+), 13 deletions(-) diff --git a/web/src/components/timeline/DetailStream.tsx b/web/src/components/timeline/DetailStream.tsx index 87f65967b..727f1bbed 100644 --- a/web/src/components/timeline/DetailStream.tsx +++ b/web/src/components/timeline/DetailStream.tsx @@ -22,6 +22,7 @@ import EventMenu from "@/components/timeline/EventMenu"; import { FrigatePlusDialog } from "@/components/overlay/dialog/FrigatePlusDialog"; import { cn } from "@/lib/utils"; import { Tooltip, TooltipContent, TooltipTrigger } from "../ui/tooltip"; +import { Link } from "react-router-dom"; type DetailStreamProps = { reviewItems?: ReviewSegment[]; @@ -499,15 +500,22 @@ function EventList({ }} role="button" > - {label} - {event.data?.recognized_license_plate && ( - <> - ·{" "} - - {event.data.recognized_license_plate} - - > - )} +