From 30f65dbeaa89e2ea7eb5581f697740bbfe91bbc5 Mon Sep 17 00:00:00 2001 From: "D. Berge" Date: Thu, 21 Aug 2025 15:20:31 +0200 Subject: [PATCH] Make loading indicator spin when 0% --- lib/www/client/source/src/components/groups/group-map.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/www/client/source/src/components/groups/group-map.vue b/lib/www/client/source/src/components/groups/group-map.vue index 117adaa..2f74aba 100644 --- a/lib/www/client/source/src/components/groups/group-map.vue +++ b/lib/www/client/source/src/components/groups/group-map.vue @@ -165,7 +165,7 @@ size="42" color="primary" title="Loading data…" - :indeterminate="loadingProgress === null" + :indeterminate="!loadingProgress" :value="loadingProgress" >{{ Math.round(loadingProgress) }}%