From ed4da082ce6703c5fff42f44b279d53871b3491d Mon Sep 17 00:00:00 2001 From: Samuel Prevost Date: Sat, 25 Apr 2026 16:50:16 +0200 Subject: [PATCH] feat(upload): move clear-cache to top-right with two-step confirm The cache button now sits in the corner of the upload card so it's out of the way of the drop zone. First click swaps the label to "Are you sure?", second click within 4s clears; otherwise the prompt reverts. Co-Authored-By: Claude Opus 4.7 (1M context) --- src/components/ImageUpload.vue | 106 ++++++++++++++++++++++----------- 1 file changed, 70 insertions(+), 36 deletions(-) diff --git a/src/components/ImageUpload.vue b/src/components/ImageUpload.vue index 38deb54..9b215b0 100644 --- a/src/components/ImageUpload.vue +++ b/src/components/ImageUpload.vue @@ -1,5 +1,5 @@