From a39e2501b81c1e52437839e018bd5bf07b46616c Mon Sep 17 00:00:00 2001 From: Adam Malczewski Date: Thu, 9 Apr 2026 19:40:01 +0900 Subject: add image deletion --- src/App.svelte | 67 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 67 insertions(+) (limited to 'src/App.svelte') diff --git a/src/App.svelte b/src/App.svelte index a9a2506..bbc0c43 100644 --- a/src/App.svelte +++ b/src/App.svelte @@ -1,6 +1,7 @@
@@ -94,6 +134,16 @@ {/if} + +
+ + +{#if showDeleteConfirm && selectedFile !== undefined} + + + + +{/if} -- cgit v1.2.3