-
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
Add Contextual Helpers #6750
Add Contextual Helpers #6750
Conversation
Thanks for opening this pull request! The maintainers of this repository would appreciate it if you would create a changelog item based on your changes. |
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.
Shall we add a config option to disable/enable contextual helpers from an admin's perspective?
73e0baf
to
10dd5f8
Compare
Results for oC10SharingIntGroupsToRoot https://drone.owncloud.com/owncloud/web/24797/29/1 💥 The acceptance tests pipeline failed. The build has been cancelled. |
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.
NICE!
class="oc-mt-xs oc-text-meta" | ||
v-text="inviteDescriptionMessage" | ||
/> | ||
<oc-contextual-helper v-if="resourceIsSpace && helpersEnabled" v-bind="spaceAddMemberHelp" /> |
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.
Would it make sense to reduce this to one OcContextualHelper with only v-if="helpersEnabled"
and handle the spaces differentiation in the v-bind computed property?
Add contextual helpers for shares sidebar add changelog Bump ODS Update snapshots Make contextHelpers configurable ODS Bump changelog
c85c246
to
2fa0478
Compare
Kudos, SonarCloud Quality Gate passed! |
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.
Fine to merge from my side, we can always continue adding more helpers in other places now
can't see the helpers - where have they gone? |
Fixed in #7084 by making them opt-out (I guess oCIS never opted in in the first place) |
Description
See #6590
Related Issue
Screenshots:
Types of changes
Checklist: