From a98ab631f31019cd8250764a34f00b92f7425da8 Mon Sep 17 00:00:00 2001 From: nfebe Date: Mon, 18 May 2026 12:23:04 +0100 Subject: [PATCH] fix(settings): Show loading spinner while searching accounts Typing in the account search field briefly emptied the list and displayed "No accounts" until the request returned, which on large instances misled admins into thinking the query matched nothing. The empty-state now keeps the loading spinner visible whenever the list is empty and a fetch is in flight, regardless of whether it is the initial page load or a subsequent search/group switch. Signed-off-by: nfebe --- apps/settings/src/components/UserList.vue | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/apps/settings/src/components/UserList.vue b/apps/settings/src/components/UserList.vue index 4c2b8a3a4b008..0cb78e12b0e9a 100644 --- a/apps/settings/src/components/UserList.vue +++ b/apps/settings/src/components/UserList.vue @@ -21,10 +21,10 @@ + :name="loading.users ? null : t('settings', 'No accounts')">