Minimal online import implementation

This commit is contained in:
ZXY101
2023-10-02 21:08:43 +02:00
parent 23c446d7be
commit edd65a3cbf
4 changed files with 68 additions and 14 deletions

View File

@@ -24,7 +24,7 @@
class="flex flex-row gap-5 items-center justify-between w-full"
>
<div>
<p class="font-semibold" class:text-white={!isComplete}>{volumeName}</p>
<p class="font-semibold" class:text-white={!isComplete}>{decodeURI(volumeName)}</p>
<p>{progressDisplay}</p>
</div>
{#if isComplete}