Merge branch 'summary-timeline' of https://github.com/blakeblackshear/frigate into summary-timeline

This commit is contained in:
Josh Hawkins 2024-03-20 20:28:23 -05:00
commit d5db4a7e4a

View File

@ -38,6 +38,7 @@ import PreviewPlayer, {
} from "@/components/player/PreviewPlayer"; } from "@/components/player/PreviewPlayer";
import SummaryTimeline from "@/components/timeline/SummaryTimeline"; import SummaryTimeline from "@/components/timeline/SummaryTimeline";
import { RecordingStartingPoint } from "@/types/record"; import { RecordingStartingPoint } from "@/types/record";
import SummaryTimeline from "@/components/timeline/SummaryTimeline";
type EventViewProps = { type EventViewProps = {
reviews?: ReviewSegment[]; reviews?: ReviewSegment[];
@ -332,6 +333,8 @@ function DetectionReview({
}: DetectionReviewProps) { }: DetectionReviewProps) {
const reviewTimelineRef = useRef<HTMLDivElement>(null); const reviewTimelineRef = useRef<HTMLDivElement>(null);
const reviewTimelineRef = useRef<HTMLDivElement>(null);
const segmentDuration = 60; const segmentDuration = 60;
// review data // review data
@ -461,6 +464,7 @@ function DetectionReview({
> >
{filter?.before == undefined && ( {filter?.before == undefined && (
<NewReviewData <NewReviewData
className="absolute w-full z-30 pointer-events-none"
className="absolute w-full z-30 pointer-events-none" className="absolute w-full z-30 pointer-events-none"
contentRef={contentRef} contentRef={contentRef}
severity={severity} severity={severity}