Merge branch 'master' into develop

This commit is contained in:
Pieter Vander Vennet 2024-03-12 11:49:24 +01:00
commit 319f758d32
13 changed files with 71 additions and 16 deletions

View file

@ -41,13 +41,17 @@
{:else if $failed === 1}
<UploadFailedMessage failed={$failed} on:click={() => dismissed = $failed}/>
{:else if $retried === 1}
<Loading cls="alert">
<div class="alert">
<Loading>
<Tr t={t.upload.one.retrying} />
</Loading>
</div>
{:else}
<Loading cls="alert">
<div class="alert">
<Loading>
<Tr t={t.upload.one.uploading} />
</Loading>
</div>
{/if}
{:else if $uploadStarted > 1}
{#if $uploadFinished + $failed === $uploadStarted}