diff --git a/ui/src/App.svelte b/ui/src/App.svelte index b5533ce..cbde770 100644 --- a/ui/src/App.svelte +++ b/ui/src/App.svelte @@ -1,63 +1,16 @@
- {#if O.isNone($downloads)} -
- -
- {:else} -
- {#each pipe( $downloads, O.getOrElseW(() => []), ) as download} - - {/each} -
- {/if} - +
diff --git a/ui/src/lib/Footer.svelte b/ui/src/lib/Footer.svelte index 07805fb..50a3d2e 100644 --- a/ui/src/lib/Footer.svelte +++ b/ui/src/lib/Footer.svelte @@ -26,7 +26,7 @@ border-t dark:border-t-neutral-700 shadow-lg rounded-t-xl" - style="height: {$height}px;" + style="min-height: {$height}px;" > + + {#if loading} + {#await loading} + + {/await} + {/if} + + diff --git a/ui/src/lib/TextField.svelte b/ui/src/lib/TextField.svelte index c28b7f4..7218e1f 100644 --- a/ui/src/lib/TextField.svelte +++ b/ui/src/lib/TextField.svelte @@ -12,7 +12,7 @@