From 4da9b68a93bc2307aafe2c436651d52042722aac Mon Sep 17 00:00:00 2001 From: Ferdinand Thiessen Date: Fri, 3 Apr 2026 17:33:30 +0200 Subject: [PATCH 1/2] fix(dashboard): remove status list if there are none - resolves https://github.com/nextcloud/server/issues/59334 If there are no status entries the list must be removed. Its not valid to show an empty list as per accessibility rules: https://www.w3.org/TR/wai-aria-1.2/#mustContain Signed-off-by: Ferdinand Thiessen --- apps/dashboard/src/DashboardApp.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/dashboard/src/DashboardApp.vue b/apps/dashboard/src/DashboardApp.vue index 5c7e503854521..a73e082a001dc 100644 --- a/apps/dashboard/src/DashboardApp.vue +++ b/apps/dashboard/src/DashboardApp.vue @@ -5,7 +5,7 @@