From 9686cae8b96aecf5c990f950efb758e91ccd8589 Mon Sep 17 00:00:00 2001 From: tajniak81 <13187254+tajniak81@users.noreply.github.com> Date: Tue, 1 Sep 2026 12:09:59 +0200 Subject: [PATCH] The charger row asks the same way everything else does Removing a home charger kept its own inline prompt, written before there was an app-wide one. Two mechanisms for one question is one too many: it now calls askConfirm() like every other destructive action, and the panel, its pending-removal state and the ask/cancel pair go with it. The button still disables while the delete is in flight. Co-Authored-By: Claude Opus 5 --- Web App/web/src/views/Charging.vue | 52 ++++++------------------------ 1 file changed, 9 insertions(+), 43 deletions(-) diff --git a/Web App/web/src/views/Charging.vue b/Web App/web/src/views/Charging.vue index 90aba4c..f645971 100644 --- a/Web App/web/src/views/Charging.vue +++ b/Web App/web/src/views/Charging.vue @@ -1,6 +1,7 @@