-
Notifications
You must be signed in to change notification settings - Fork 156
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cleaned up account info page #6547
Conversation
Removed code duplication in template, limited loading indication to the part of the template where actual loading happens (only the group membership info).
cc @kiranparajuli589 fyi |
@click="$_oc_settingsAccount_getGroup" | ||
</div> | ||
<h2 v-translate class="oc-text-bold oc-text-initial oc-mb">Account Information</h2> | ||
<dl class="account-page-info oc-flex oc-flex-wrap"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
mostly indentation changes from here on... only line 59 and following have actually changed.
Results for oC10Files2 https://drone.owncloud.com/owncloud/web/23364/17/1
|
Results for oCISSharingInternal2 https://drone.owncloud.com/owncloud/web/23364/60/1 💥 The acceptance tests pipeline failed. The build has been cancelled. |
whelp... for the account info page we know that we only have 1 acceptance test (on purpose, changed in a recent PR). Restarted CI because that's obviously a flaky test... |
SonarCloud Quality Gate failed. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Awesome! 🎡
Description
As a followup of #6522 I've removed code duplication in the template and limited the loading spinner to the part of the template where actual loading happens (only the group membership info). The rest of the account info page now loads immediately.
How Has This Been Tested?
Types of changes
Checklist: