feat(results): add video results skeleton and refresh detection summary UI

This commit is contained in:
2026-06-24 00:36:27 +05:30
parent c1c81687d8
commit 67237982c8
4 changed files with 165 additions and 33 deletions

View File

@@ -53,7 +53,7 @@ export default function AnnotatedVideoPlayer({
) : (
<>
<Loader2 className="h-7 w-7 animate-spin text-primary" />
<p className="text-xs font-medium uppercase tracking-widest">
<p className="text-xs">
{isLoading ? 'Loading annotated video...' : 'Preparing video...'}
</p>
</>