Skip to content
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

Merged
merged 1 commit into from
Mar 8, 2022
Merged

Cleaned up account info page #6547

merged 1 commit into from
Mar 8, 2022

Conversation

kulmann
Copy link
Member

@kulmann kulmann commented Mar 7, 2022

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?

  • unit tests

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Technical debt
  • Tests

Checklist:

  • Code changes
  • Unit tests added
  • Acceptance tests added
  • Documentation ticket raised:

Removed code duplication in template, limited loading indication to the
part of the template where actual loading happens (only the group
membership info).
@kulmann
Copy link
Member Author

kulmann commented Mar 7, 2022

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">
Copy link
Member Author

@kulmann kulmann Mar 7, 2022

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.

@ownclouders
Copy link
Contributor

Results for oC10Files2 https://drone.owncloud.com/owncloud/web/23364/17/1
The following scenarios passed on retry:

  • webUIFilesSearch/search.feature:122

@ownclouders
Copy link
Contributor

Results for oCISSharingInternal2 https://drone.owncloud.com/owncloud/web/23364/60/1

💥 The acceptance tests failed on retry. Please find the screenshots inside ...

webUISharingInternalUsers-shareWithUsers_feature-L342.png

webUISharingInternalUsers-shareWithUsers_feature-L342.png

💥 The acceptance tests pipeline failed. The build has been cancelled.

@kulmann
Copy link
Member Author

kulmann commented Mar 7, 2022

Results for oCISSharingInternal2 https://drone.owncloud.com/owncloud/web/23364/60/1

💥 The acceptance tests failed on retry. Please find the screenshots inside ...
💥 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
Copy link

sonarcloud bot commented Mar 7, 2022

SonarCloud Quality Gate failed.    Quality Gate failed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

0.0% 0.0% Coverage
0.0% 0.0% Duplication

Copy link
Contributor

@pascalwengerter pascalwengerter left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Awesome! 🎡

@kulmann kulmann merged commit eb85311 into master Mar 8, 2022
@delete-merged-branch delete-merged-branch bot deleted the cleanup-account-info-page branch March 8, 2022 13:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants