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

Add Contextual Helpers #6750

Merged
merged 1 commit into from
Apr 21, 2022
Merged

Add Contextual Helpers #6750

merged 1 commit into from
Apr 21, 2022

Conversation

lookacat
Copy link
Contributor

@lookacat lookacat commented Apr 7, 2022

Description

See #6590

Related Issue

Screenshots:

Screenshot (11)

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:

@update-docs
Copy link

update-docs bot commented Apr 7, 2022

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.

@lookacat lookacat marked this pull request as ready for review April 11, 2022 09:19
@lookacat lookacat changed the title [WIP] Add Contextual Helpers Add Contextual Helpers Apr 11, 2022
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.

Shall we add a config option to disable/enable contextual helpers from an admin's perspective?

@lookacat lookacat force-pushed the add-contextual-helpers branch 2 times, most recently from 73e0baf to 10dd5f8 Compare April 21, 2022 10:38
@ownclouders
Copy link
Contributor

Results for oC10SharingIntGroupsToRoot https://drone.owncloud.com/owncloud/web/24797/29/1

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

webUISharingInternalGroupsToRootEdgeCases-shareWithGroupsEdgeCases_feature-L37.png

webUISharingInternalGroupsToRootEdgeCases-shareWithGroupsEdgeCases_feature-L37.png

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

Copy link
Contributor

@AlexAndBear AlexAndBear left a 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" />
Copy link
Contributor

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?

yarn.lock Show resolved Hide resolved
Add contextual helpers for shares sidebar

add changelog

Bump ODS

Update snapshots

Make contextHelpers configurable

ODS Bump changelog
@sonarcloud
Copy link

sonarcloud bot commented Apr 21, 2022

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

100.0% 100.0% Coverage
1.0% 1.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.

Fine to merge from my side, we can always continue adding more helpers in other places now

@pascalwengerter pascalwengerter merged commit 88b855d into master Apr 21, 2022
@delete-merged-branch delete-merged-branch bot deleted the add-contextual-helpers branch April 21, 2022 14:52
@tbsbdr
Copy link
Contributor

tbsbdr commented Jun 1, 2022

can't see the helpers - where have they gone?

@pascalwengerter
Copy link
Contributor

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)

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.

Provide contextual help
5 participants