diff --git a/changelog/unreleased/enhancement-account-page-loading b/changelog/unreleased/enhancement-account-page-loading new file mode 100644 index 00000000000..0c19a12c8b0 --- /dev/null +++ b/changelog/unreleased/enhancement-account-page-loading @@ -0,0 +1,5 @@ +Enhancement: Don't block account page while groups are loading + +We don't show a loading state for the full account information page anymore while the group membership information is loading. Instead we only show a loading spinner for the group membership information, while the rest of the user information is available immediately. + +https://github.com/owncloud/web/pull/6547 diff --git a/packages/web-runtime/src/pages/account.vue b/packages/web-runtime/src/pages/account.vue index f9ff330b96e..6192264b63b 100644 --- a/packages/web-runtime/src/pages/account.vue +++ b/packages/web-runtime/src/pages/account.vue @@ -1,12 +1,8 @@