summaryrefslogtreecommitdiffhomepage
path: root/src/App.svelte
diff options
context:
space:
mode:
authorAdam Malczewski <[email protected]>2026-04-09 23:40:59 +0900
committerAdam Malczewski <[email protected]>2026-04-09 23:40:59 +0900
commitb650a2ede779c5f2e84412bf30d9c182d92e83f6 (patch)
tree414b59c77bc56f894fde4c59fa0c3012fcf54233 /src/App.svelte
parent1c64cfc8feb2aee5d622a50f2f4878281b9dcc05 (diff)
downloadflashair-speedsync-b650a2ede779c5f2e84412bf30d9c182d92e83f6.tar.gz
flashair-speedsync-b650a2ede779c5f2e84412bf30d9c182d92e83f6.zip
debug issue with IndexedDB
Diffstat (limited to 'src/App.svelte')
-rw-r--r--src/App.svelte3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/App.svelte b/src/App.svelte
index 641bfa1..cd63c9b 100644
--- a/src/App.svelte
+++ b/src/App.svelte
@@ -6,6 +6,7 @@
import { autoCacheService } from './lib/cache';
import ImageList from './lib/components/ImageList.svelte';
import ImagePreview from './lib/components/ImagePreview.svelte';
+ import CacheDebug from './lib/components/CacheDebug.svelte';
let images = $state<FlashAirFileEntry[]>([]);
let selectedFile = $state<FlashAirFileEntry | undefined>(undefined);
@@ -303,3 +304,5 @@
</form>
</dialog>
{/if}
+
+<CacheDebug />