mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-09 04:35:25 +03:00
Merge branch 'summary-timeline' of https://github.com/blakeblackshear/frigate into summary-timeline
This commit is contained in:
commit
d5db4a7e4a
@ -38,6 +38,7 @@ import PreviewPlayer, {
|
||||
} from "@/components/player/PreviewPlayer";
|
||||
import SummaryTimeline from "@/components/timeline/SummaryTimeline";
|
||||
import { RecordingStartingPoint } from "@/types/record";
|
||||
import SummaryTimeline from "@/components/timeline/SummaryTimeline";
|
||||
|
||||
type EventViewProps = {
|
||||
reviews?: ReviewSegment[];
|
||||
@ -332,6 +333,8 @@ function DetectionReview({
|
||||
}: DetectionReviewProps) {
|
||||
const reviewTimelineRef = useRef<HTMLDivElement>(null);
|
||||
|
||||
const reviewTimelineRef = useRef<HTMLDivElement>(null);
|
||||
|
||||
const segmentDuration = 60;
|
||||
|
||||
// review data
|
||||
@ -461,6 +464,7 @@ function DetectionReview({
|
||||
>
|
||||
{filter?.before == undefined && (
|
||||
<NewReviewData
|
||||
className="absolute w-full z-30 pointer-events-none"
|
||||
className="absolute w-full z-30 pointer-events-none"
|
||||
contentRef={contentRef}
|
||||
severity={severity}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user