refactor: remove the legacy detailed summary section and simplify the results playback props, keeping detection counts and stats in the main playback card layout.

This commit is contained in:
2026-06-18 14:49:49 +05:30
parent 4add7a6c83
commit 6cf363dce1
3 changed files with 4 additions and 339 deletions

View File

@@ -116,9 +116,6 @@ export default function VideoResultsPage() {
{detectionData && (
<VideoPlayerSection
data={detectionData}
videoId={videoId}
detectionType={detectionType}
projectId={session?.projectId || undefined}
/>
)}
</div>