web: rename DownloadManager to ProcessingQueue

also replaced the download icon with a blender (to be updated, maybe)
This commit is contained in:
wukko
2024-12-17 16:50:13 +06:00
parent 13c4438a57
commit 11e3d7a8f4
4 changed files with 48 additions and 47 deletions

View File

@@ -24,8 +24,8 @@
import Turnstile from "$components/misc/Turnstile.svelte";
import NotchSticker from "$components/misc/NotchSticker.svelte";
import DialogHolder from "$components/dialog/DialogHolder.svelte";
import ProcessingQueue from "$components/queue/ProcessingQueue.svelte";
import UpdateNotification from "$components/misc/UpdateNotification.svelte";
import DownloadManager from "$components/downloads/DownloadManager.svelte";
$: reduceMotion =
$settings.appearance.reduceMotion || device.prefers.reducedMotion;
@@ -85,7 +85,7 @@
{#if device.is.iPhone && app.is.installed}
<NotchSticker />
{/if}
<DownloadManager />
<ProcessingQueue />
<DialogHolder />
<Sidebar />
{#if $updated}