From a2ffd0ae831e698f7899385db2b8063df6b8773d Mon Sep 17 00:00:00 2001
From: Simon Lamon <32477463+silamon@users.noreply.github.com>
Date: Wed, 27 Dec 2023 11:07:40 +0100
Subject: [PATCH] Circular progress improvement in update area (#18983)
* Fixes
* Add aria label again
---
src/panels/config/dashboard/ha-config-updates.ts | 9 ++++++++-
src/translations/en.json | 3 ++-
2 files changed, 10 insertions(+), 2 deletions(-)
diff --git a/src/panels/config/dashboard/ha-config-updates.ts b/src/panels/config/dashboard/ha-config-updates.ts
index 9b654a5b31..e12e776096 100644
--- a/src/panels/config/dashboard/ha-config-updates.ts
+++ b/src/panels/config/dashboard/ha-config-updates.ts
@@ -109,9 +109,11 @@ class HaConfigUpdates extends SubscribeMixin(LitElement) {
${this.narrow && entity.attributes.in_progress
? html``
: ""}
`
: html``
: ""}
@@ -191,6 +196,8 @@ class HaConfigUpdates extends SubscribeMixin(LitElement) {
}
ha-circular-progress.absolute {
position: absolute;
+ width: 40px;
+ height: 40px;
}
state-badge.updating {
opacity: 0.5;
diff --git a/src/translations/en.json b/src/translations/en.json
index 41edb442a3..6d4253fd3f 100644
--- a/src/translations/en.json
+++ b/src/translations/en.json
@@ -1709,7 +1709,8 @@
"show_skipped": "Show skipped updates",
"join_beta": "[%key:supervisor::system::supervisor::join_beta_action%]",
"leave_beta": "[%key:supervisor::system::supervisor::leave_beta_action%]",
- "skipped": "Skipped"
+ "skipped": "Skipped",
+ "update_in_progress": "Update in progress"
},
"repairs": {
"caption": "Repairs",