-
Notifications
You must be signed in to change notification settings - Fork 157
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
Conversation
Results for oCISSharingPerm3 https://drone.owncloud.com/owncloud/web/24171/65/1 💥 The acceptance tests pipeline failed. The build has been cancelled. |
2d7173b
to
8e8384a
Compare
8e8384a
to
682ff45
Compare
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.
LGTM, pushed some improvements since original author is OOTO today
packages/web-app-files/tests/unit/components/__snapshots__/ContextActionMenu.spec.js.snap
Show resolved
Hide resolved
packages/web-app-files/src/components/Spaces/SpaceContextActions.vue
Outdated
Show resolved
Hide resolved
packages/web-app-files/src/mixins/spaces/actions/showMembers.js
Outdated
Show resolved
Hide resolved
name: 'show-members', | ||
icon: 'group', | ||
iconFillType: 'line', | ||
label: () => this.$gettext('Members'), |
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.
Isn't it "Show space members"?
</oc-list> | ||
</template> | ||
</div> | ||
<context-action-menu :menu-sections="menuSections" :items="items" /> |
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.
See comment above
Kudos, SonarCloud Quality Gate passed! |
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):
Types of changes
Checklist: