feat(results): add video results skeleton and refresh detection summary UI
This commit is contained in:
@@ -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>
|
||||
</>
|
||||
|
||||
Reference in New Issue
Block a user