diff --git a/components/pages/work-flow/H5MediaViewer.tsx b/components/pages/work-flow/H5MediaViewer.tsx index 4fe6b75..631d107 100644 --- a/components/pages/work-flow/H5MediaViewer.tsx +++ b/components/pages/work-flow/H5MediaViewer.tsx @@ -3,7 +3,7 @@ import React, { useEffect, useMemo, useRef, useState } from 'react'; import { Carousel } from 'antd'; import type { CarouselRef } from 'antd/es/carousel'; -import { Play, Pause, FeatherIcon, MessageCircleMore, Download, ArrowDownWideNarrow, RotateCcw, Navigation } from 'lucide-react'; +import { Play, Pause, FeatherIcon, MessageCircleMore, Download, ArrowDownWideNarrow, RotateCcw, Navigation, X } from 'lucide-react'; import { TaskObject } from '@/api/DTO/movieEdit'; import { ScriptRenderer } from '@/components/script-renderer/ScriptRenderer'; import ScriptLoading from './script-loading'; @@ -93,6 +93,14 @@ function DownloadOptionsModal(props: DownloadOptionsModalProps) { aria-labelledby="download-options-title" onClick={(e) => e.stopPropagation()} > +
@@ -140,13 +148,6 @@ function DownloadOptionsModal(props: DownloadOptionsModalProps) { Download All Videos ({totalVideos}) -
diff --git a/utils/notifications.tsx b/utils/notifications.tsx index a89b27a..3c066ad 100644 --- a/utils/notifications.tsx +++ b/utils/notifications.tsx @@ -2,7 +2,7 @@ import React, { useEffect, useRef } from 'react'; import { createRoot, Root } from 'react-dom/client'; -import { BadgeCent } from 'lucide-react'; +import { BadgeCent, X } from 'lucide-react'; interface InsufficientDetail { current_balance?: number; @@ -44,6 +44,14 @@ function InsufficientPointsModal(props: InsufficientModalProps) { aria-modal="true" aria-labelledby="insufficient-title" > +
@@ -83,15 +91,6 @@ function InsufficientPointsModal(props: InsufficientModalProps) { > Upgrade to continue → -