From 5d610bcad55c5d908a4ae046390124b5f5174762 Mon Sep 17 00:00:00 2001 From: Adam Malczewski Date: Fri, 10 Apr 2026 01:00:45 +0900 Subject: better debug, change button sorting --- src/App.svelte | 48 ++++++++++++++++++++++-------------------------- 1 file changed, 22 insertions(+), 26 deletions(-) (limited to 'src/App.svelte') diff --git a/src/App.svelte b/src/App.svelte index cd63c9b..d224306 100644 --- a/src/App.svelte +++ b/src/App.svelte @@ -147,6 +147,7 @@ newImagePaths = updated; } + let showDebug = $state(false); let saving = $state(false); async function saveToDevice() { @@ -219,9 +220,7 @@
Photos {cachedCount}/{totalCount > 0 ? totalCount : images.length} - {#if isAutoCaching} - - {/if} +
@@ -231,14 +230,22 @@
-
+ +
-
- -
+ + - - - -
@@ -305,4 +299,6 @@ {/if} - +{#if showDebug} + +{/if} -- cgit v1.2.3