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

Refactor spaces context menus #6659

Merged
merged 5 commits into from
Mar 28, 2022
Merged

Refactor spaces context menus #6659

merged 5 commits into from
Mar 28, 2022

Conversation

JammingBen
Copy link
Contributor

Description

Spaces context menus have been adjusted visibly to match the other available context menus.

Also, the corresponding component has been abstracted in the course of this. This cleans up a lot of (duplicated) code across the spaces views and makes future adjustments easier.

Related Issue

Screenshots (if appropriate):

image

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:

@JammingBen JammingBen self-assigned this Mar 24, 2022
@ownclouders
Copy link
Contributor

ownclouders commented Mar 24, 2022

Results for oCISSharingPerm3 https://drone.owncloud.com/owncloud/web/24171/65/1

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

webUISharingFolderAdvancedPermissionMultipleUsers-sharedFolderWithMultipleUsersAdvancedPermissions_feature-L65.png

webUISharingFolderAdvancedPermissionMultipleUsers-sharedFolderWithMultipleUsersAdvancedPermissions_feature-L65.png

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

@JammingBen JammingBen force-pushed the spaces-context-menus branch 2 times, most recently from 2d7173b to 8e8384a Compare March 25, 2022 08:39
@JammingBen JammingBen force-pushed the spaces-context-menus branch from 8e8384a to 682ff45 Compare March 25, 2022 13:07
@JammingBen JammingBen marked this pull request as ready for review March 25, 2022 14:27
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.

LGTM, pushed some improvements since original author is OOTO today

name: 'show-members',
icon: 'group',
iconFillType: 'line',
label: () => this.$gettext('Members'),
Copy link
Contributor

Choose a reason for hiding this comment

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

Isn't it "Show space members"?

</oc-list>
</template>
</div>
<context-action-menu :menu-sections="menuSections" :items="items" />
Copy link
Contributor

Choose a reason for hiding this comment

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

See comment above

@sonarqubecloud
Copy link

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

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

81.2% 81.2% Coverage
0.0% 0.0% Duplication

@pascalwengerter pascalwengerter merged commit 0b25019 into master Mar 28, 2022
@delete-merged-branch delete-merged-branch bot deleted the spaces-context-menus branch March 28, 2022 10:47
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.

Rearrange space context menu
3 participants