From 2a5d21d32832b2c207e3160dbda12b2e8f92089a Mon Sep 17 00:00:00 2001 From: tajniak81 <13187254+tajniak81@users.noreply.github.com> Date: Tue, 1 Sep 2026 21:06:02 +0200 Subject: [PATCH] Controls first, because that is what the page is opened for MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The column opened with the charger picker and its address — the two things touched once and then never again — and put the start button below them. Order reversed: control, then connection, then readings, then information. The comments on both cards described the old order, so they move with it. Co-Authored-By: Claude Opus 5 --- Web App/web/src/views/Charging.vue | 205 +++++++++++++++-------------- 1 file changed, 104 insertions(+), 101 deletions(-) diff --git a/Web App/web/src/views/Charging.vue b/Web App/web/src/views/Charging.vue index 6a65141..8de96e9 100644 --- a/Web App/web/src/views/Charging.vue +++ b/Web App/web/src/views/Charging.vue @@ -762,6 +762,110 @@ onMounted(async () => {
+ +
+ + +
+ +
+
+
{{ ctlStatusLabel }}
+
{{ t("charging.control.status") }}
+
+
+
{{ ctlMeterKwh }} kWh
+
{{ t("charging.control.meter") }}
+
+
+ +
+ + +
+ +
+ + +
+ + + +
+
+ + + + + + + +
+

{{ t("charging.control.resetConfirm") }}

+ +
+ + +
+
+
+
+ +
- -
- - -
- -
-
-
{{ ctlStatusLabel }}
-
{{ t("charging.control.status") }}
-
-
-
{{ ctlMeterKwh }} kWh
-
{{ t("charging.control.meter") }}
-
-
- -
- - -
- -
- - -
- - - -
-
- - - - - - - -
-

{{ t("charging.control.resetConfirm") }}

- -
- - -
-
-
-
-