summaryrefslogtreecommitdiffhomepage
path: root/src/lib/components/ImageList.svelte
diff options
context:
space:
mode:
authorAdam Malczewski <[email protected]>2026-04-10 01:00:45 +0900
committerAdam Malczewski <[email protected]>2026-04-10 01:00:45 +0900
commit5d610bcad55c5d908a4ae046390124b5f5174762 (patch)
tree68cf7025274e31a092a438479aca9e5176507d53 /src/lib/components/ImageList.svelte
parent328b962572e4decb5280541c6d01495af440799d (diff)
downloadflashair-speedsync-5d610bcad55c5d908a4ae046390124b5f5174762.tar.gz
flashair-speedsync-5d610bcad55c5d908a4ae046390124b5f5174762.zip
better debug, change button sorting
Diffstat (limited to 'src/lib/components/ImageList.svelte')
-rw-r--r--src/lib/components/ImageList.svelte2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/components/ImageList.svelte b/src/lib/components/ImageList.svelte
index 5048e1b..d56c95c 100644
--- a/src/lib/components/ImageList.svelte
+++ b/src/lib/components/ImageList.svelte
@@ -40,7 +40,7 @@
onclick={() => onSelect(file)}
>
{#if thumbUrl}
- <CachedThumbnail path={file.path} alt={file.filename} />
+ <CachedThumbnail path={file.path} alt={file.filename} fileDate={file.date.getTime()} />
{:else}
<div class="w-full aspect-square rounded bg-base-300 flex items-center justify-center">
<span class="text-lg">🖼️</span>