diff --git a/frontend/src/components/Layout.jsx b/frontend/src/components/Layout.jsx index fda6dfd..db2f002 100644 --- a/frontend/src/components/Layout.jsx +++ b/frontend/src/components/Layout.jsx @@ -114,20 +114,57 @@ function DownloadIndicator() { } return ( - 1 ? "s" : ""} in progress`} - > - - {label} - {totalActive > 1 && ( - +{totalActive - 1} - )} - +
{d.video_title || "Downloading…"}
+ {(d.progress_percent ?? 0).toFixed(0)}% +{task.label}
+ {task.total > 0 && ( + {task.done}/{task.total} + )} +{task.phase || "Running…"}
+