From 66f7825ed9638606665b9e61c6f8132de013da14 Mon Sep 17 00:00:00 2001 From: HsiangNianian Date: Tue, 13 Jan 2026 15:56:20 +0800 Subject: feat: implement download functionality with progress monitoring and version management --- ui/src/lib/DownloadMonitor.svelte | 92 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 92 insertions(+) create mode 100644 ui/src/lib/DownloadMonitor.svelte (limited to 'ui/src/lib') diff --git a/ui/src/lib/DownloadMonitor.svelte b/ui/src/lib/DownloadMonitor.svelte new file mode 100644 index 0000000..b2751fe --- /dev/null +++ b/ui/src/lib/DownloadMonitor.svelte @@ -0,0 +1,92 @@ + + +{#if visible} +
+
+

Downloads

+ {statusText} +
+ +
+ {currentFile || "Waiting..."} +
+ + +
+
+
+ +
+ {formatBytes(downloadedBytes)} / {formatBytes(totalBytes)} + {Math.round(progress)}% +
+
+{/if} -- cgit v1.2.3-70-g09d2