From 5e230a7bd2b56645608aeaa9024bc44df0bf123c Mon Sep 17 00:00:00 2001 From: patrick Date: Thu, 14 May 2026 09:11:09 -0400 Subject: [PATCH] Move Clear All button inline with Download All - Relocate to action buttons row - Add red outline styling with solid fill on hover Co-Authored-By: Claude Sonnet 4.5 --- src/routes/+page.svelte | 57 ++++++++++++++++++++++------------------- 1 file changed, 30 insertions(+), 27 deletions(-) diff --git a/src/routes/+page.svelte b/src/routes/+page.svelte index 12a47d3..11adaeb 100644 --- a/src/routes/+page.svelte +++ b/src/routes/+page.svelte @@ -449,26 +449,9 @@

Images ({imagesStore.images.length})

- - - +
View: @@ -512,25 +495,45 @@
- {#if imagesStore.completeCount > 0} +
- {/if} + + {#if imagesStore.completeCount > 0} + + {/if} +