chore: automated housekeeping...

This commit is contained in:
Pieter Vander Vennet 2025-01-28 15:42:34 +01:00
parent 6bc8760adf
commit 0ad881316b
359 changed files with 2049 additions and 938 deletions

View file

@ -145,11 +145,7 @@
<div class="relative w-fit shrink-0" style="scroll-snap-align: start">
<div class="relative flex max-w-max items-center bg-gray-200">
<AttributedImage
imgClass="carousel-max-height"
{image}
{state}
>
<AttributedImage imgClass="carousel-max-height" {image} {state}>
<svelte:fragment slot="dot-menu-actions">
<button on:click={() => ImageProvider.offerImageAsDownload(image)}>
<DownloadIcon />

View file

@ -11,8 +11,8 @@
export let tags: UIEventSource<Record<string, string>>
export let estimated: Store<number>
</script>
{#if $estimated > 0 && $images.length < 1}
<LoadingPlaceholder />
{:else}