merge dev

This commit is contained in:
Josh Hawkins 2024-03-20 20:28:25 -05:00
parent d5db4a7e4a
commit 2b1c7f6b0a

View File

@ -38,7 +38,6 @@ 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[];
@ -333,8 +332,6 @@ 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
@ -464,7 +461,6 @@ 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}