chore: change processing
This commit is contained in:
@@ -150,7 +150,7 @@ export default function VideoProcessingPage() {
|
|||||||
<div className="flex-1 container mx-auto px-6 py-6 max-w-340 flex flex-col">
|
<div className="flex-1 container mx-auto px-6 py-6 max-w-340 flex flex-col">
|
||||||
<div className="mb-6">
|
<div className="mb-6">
|
||||||
<PageHeader
|
<PageHeader
|
||||||
title="Processing Analysis"
|
title="Uploading Analysis"
|
||||||
description={`Real-time analysis progress for video ID: ${videoId}`}
|
description={`Real-time analysis progress for video ID: ${videoId}`}
|
||||||
icon={TrendingUp}
|
icon={TrendingUp}
|
||||||
/>
|
/>
|
||||||
@@ -204,7 +204,7 @@ export default function VideoProcessingPage() {
|
|||||||
<Card className="flex-1 flex flex-col items-center justify-center py-12 px-8 min-h-[450px]">
|
<Card className="flex-1 flex flex-col items-center justify-center py-12 px-8 min-h-[450px]">
|
||||||
<div className="flex flex-col items-center justify-center w-full max-w-2xl space-y-10">
|
<div className="flex flex-col items-center justify-center w-full max-w-2xl space-y-10">
|
||||||
<div className="text-center space-y-4">
|
<div className="text-center space-y-4">
|
||||||
<h2 className="text-3xl font-bold tracking-tight">Processing Analysis</h2>
|
<h2 className="text-3xl font-bold tracking-tight">Uploading ...</h2>
|
||||||
<p className="text-sm font-mono text-muted-foreground tracking-widest">
|
<p className="text-sm font-mono text-muted-foreground tracking-widest">
|
||||||
ID: {videoId}
|
ID: {videoId}
|
||||||
</p>
|
</p>
|
||||||
|
|||||||
Reference in New Issue
Block a user