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

Feature: #8134 - copy to clipboard #8173

Merged
merged 8 commits into from
Jan 3, 2023
Merged

Feature: #8134 - copy to clipboard #8173

merged 8 commits into from
Jan 3, 2023

Conversation

JammingBen
Copy link
Collaborator

Description

Superseds #8136

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

@JammingBen JammingBen changed the title Feature/8134 Feature: #8134 - copy to clipboard Jan 2, 2023
const {
copy,
copied,
isSupported: isClipboardCopySupported
Copy link
Contributor

Choose a reason for hiding this comment

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

@JammingBen not sure if isSupported is needed here/in general in the v-ifs. I didn't look into it any further but as pointed out in #8136 (comment), from a cursory glance it is always true since we set legacy: true in useClipboard

Copy link
Collaborator Author

@JammingBen JammingBen Jan 2, 2023

Choose a reason for hiding this comment

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

@dschmidt and I decided to leave it for now, as we are not 100% sure if needed or not (same as you :) )

@ownclouders
Copy link
Contributor

Results for acceptance oCIS https://drone.owncloud.com/owncloud/web/31085/68/1

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

webUISharingPublicExpire-shareByPublicLinkExpiringLinks_feature-L11.png

webUISharingPublicExpire-shareByPublicLinkExpiringLinks_feature-L11.png

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

@sonarcloud
Copy link

sonarcloud bot commented Jan 2, 2023

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

90.6% 90.6% Coverage
0.0% 0.0% Duplication

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.

4 participants