From 391279ebbf632896e04c214a627ebc53ca0a16ae Mon Sep 17 00:00:00 2001 From: Adam Malczewski Date: Fri, 10 Apr 2026 01:17:28 +0900 Subject: styling cleanup --- src/App.svelte | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'src/App.svelte') diff --git a/src/App.svelte b/src/App.svelte index d224306..7a634cc 100644 --- a/src/App.svelte +++ b/src/App.svelte @@ -218,9 +218,14 @@
-
+
Photos {cachedCount}/{totalCount > 0 ? totalCount : images.length} - + + {#if isAutoCaching} + + {/if} + +
-- cgit v1.2.3