This commit is contained in:
Josh Hawkins 2025-10-16 13:58:06 -05:00
parent 55d391caa2
commit 82d75b244f
2 changed files with 2 additions and 3 deletions

View File

@ -28,7 +28,6 @@ import { cn } from "@/lib/utils";
type DetailStreamProps = { type DetailStreamProps = {
reviewItems?: ReviewSegment[]; reviewItems?: ReviewSegment[];
currentTime: number; currentTime: number;
// `play` follows DynamicVideoController convention; pass `false` to pause
onSeek: (timestamp: number, play?: boolean) => void; onSeek: (timestamp: number, play?: boolean) => void;
}; };

View File

@ -739,12 +739,12 @@ export function RecordingView({
: Math.max(1, getCameraAspect(mainCamera) ?? 0), : Math.max(1, getCameraAspect(mainCamera) ?? 0),
}} }}
> >
{/* {isDesktop && ( {isDesktop && (
<GenAISummaryDialog <GenAISummaryDialog
review={activeReviewItem} review={activeReviewItem}
onOpen={onAnalysisOpen} onOpen={onAnalysisOpen}
/> />
)} */} )}
<DynamicVideoPlayer <DynamicVideoPlayer
className={grow} className={grow}