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 = {
reviewItems?: ReviewSegment[];
currentTime: number;
// `play` follows DynamicVideoController convention; pass `false` to pause
onSeek: (timestamp: number, play?: boolean) => void;
};

View File

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