From 8dd7379089ce8e0109ae571ed9506f5e8188a893 Mon Sep 17 00:00:00 2001 From: ct Date: Thu, 3 Jul 2025 03:04:43 +0800 Subject: [PATCH] Update --- .../video-download/video-download-modal.jsx | 64 +++++-------------- 1 file changed, 17 insertions(+), 47 deletions(-) diff --git a/resources/js/modules/editor/partials/canvas/video-download/video-download-modal.jsx b/resources/js/modules/editor/partials/canvas/video-download/video-download-modal.jsx index 06e881e..32b1c63 100644 --- a/resources/js/modules/editor/partials/canvas/video-download/video-download-modal.jsx +++ b/resources/js/modules/editor/partials/canvas/video-download/video-download-modal.jsx @@ -2,7 +2,7 @@ import { Button } from '@/components/ui/button'; import { Dialog, DialogContent, DialogDescription, DialogHeader, DialogTitle } from '@/components/ui/dialog'; import { Progress } from '@/components/ui/progress'; import { Textarea } from '@/components/ui/textarea'; -import { CheckCircle, Clock10Icon, Download, Droplets } from 'lucide-react'; +import { Clock10Icon, Download, Droplets } from 'lucide-react'; import { useState } from 'react'; const VideoDownloadModal = ({ @@ -68,7 +68,7 @@ const VideoDownloadModal = ({ {!isExporting && !isComplete && ( -
+
@@ -90,8 +90,8 @@ const VideoDownloadModal = ({
- {nonWatermarkVideosLeft > 0 && ( -
+
+ {nonWatermarkVideosLeft > 0 && ( - -
- )} - {/* -
- - -
*/} + Export + + +
{showDebug &&