perf(ticket): paginate and cache detection previews

This commit is contained in:
2026-08-07 16:38:38 +05:30
parent d3069e1f25
commit 3d04995f97
5 changed files with 32 additions and 11 deletions

View File

@@ -22,6 +22,7 @@ export function TicketDetectionPreviewCard({
<CardContent className="p-5">
<div className="min-w-0">
<TicketDetectionPreview
key={`${videoId}:${assignmentId}`}
ticketId={ticketId}
videoId={videoId}
assignmentId={assignmentId}