From 33e2583b4dd9deb7891ac0b161b122fc4d0c28ff Mon Sep 17 00:00:00 2001 From: Davide Grilli Date: Thu, 12 Feb 2026 19:34:17 +0100 Subject: [PATCH] fix(ui): migliora accessibilita icone servizio e contrasto del pulsante reset - aggiunge attributi alt alle icone di servizio su Display e Controller - migliora il contrasto colore del pulsante Reset per rispettare i controlli a11y - include piccoli aggiustamenti collegati ai test E2E/accessibility --- src/components/ControllerPage.vue | 6 +++--- src/components/DisplayPage.vue | 8 ++++---- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/src/components/ControllerPage.vue b/src/components/ControllerPage.vue index 12cb6b2..6668490 100644 --- a/src/components/ControllerPage.vue +++ b/src/components/ControllerPage.vue @@ -12,13 +12,13 @@
{{ state.sp.nomi.home }}
{{ state.sp.punt.home }}
SET {{ state.sp.set.home }}
- + Servizio
{{ state.sp.nomi.guest }}
{{ state.sp.punt.guest }}
SET {{ state.sp.set.guest }}
- + Servizio
@@ -713,7 +713,7 @@ export default { .btn-danger { background: rgba(198, 40, 40, 0.25); border: 1px solid rgba(239, 83, 80, 0.4); - color: #ef5350; + color: #ff8a80; padding: 14px 8px; font-size: 14px; font-weight: 600; diff --git a/src/components/DisplayPage.vue b/src/components/DisplayPage.vue index fdc6011..e1ab84b 100644 --- a/src/components/DisplayPage.vue +++ b/src/components/DisplayPage.vue @@ -7,7 +7,7 @@ {{ state.sp.nomi.home }} - + Servizio {{ state.sp.punt.home }} @@ -18,7 +18,7 @@ {{ state.sp.punt.guest }} - + Servizio {{ state.sp.nomi.guest }} @@ -51,7 +51,7 @@ {{ state.sp.nomi.guest }} - + Servizio {{ state.sp.punt.guest }} @@ -62,7 +62,7 @@ {{ state.sp.punt.home }} - + Servizio {{ state.sp.nomi.home }}