-
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
feat(files_sharing): confirm share deletion #47063
base: master
Are you sure you want to change the base?
feat(files_sharing): confirm share deletion #47063
Conversation
4e22b5b
to
ecdbc77
Compare
looping in @jancborchardt since we usually (or never?) have confirmation steps on actions also not no destructive ones. |
One can see confirmation dialog on deletion of 5+ files/folders. |
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.
Very nice improvement! Just the wording should be adjusted:
- The title needs to be "Delete share" like the action that wqs just clicked, and like the primary confirmation button.
- The content needs to include the name of the share and who it is unshared from, like: "Pictures will be unshared from Andy Scherzinger."
- The name of the person should use the avatarbubble component.
Hello there, We hope that the review process is going smooth and is helpful for you. We want to ensure your pull request is reviewed to your satisfaction. If you have a moment, our community management team would very much appreciate your feedback on your experience with this PR review process. Your feedback is valuable to us as we continuously strive to improve our community developer experience. Please take a moment to complete our short survey by clicking on the following link: https://cloud.nextcloud.com/apps/forms/s/i9Ago4EQRZ7TWxjfmeEpPkf6 Thank you for contributing to Nextcloud and we hope to hear from you soon! (If you believe you should not receive this message, you can add yourself to the blocklist.) |
@printminion-co do you need any help besides the feedback @skjnldsv and I gave? :) No pressure from our side, just asking if there is any blocker. |
@printminion-co if you are lacking the time, I can take over next week |
db47597
to
87adcec
Compare
I was in vacation ;) |
87adcec
to
70e27dd
Compare
70e27dd
to
725d4d3
Compare
Looks good to me, any confirmation dialog is somewhat better than none so if technically fine I vote to merge it. Cc @sorbaugh |
in order to prevent accidental share deletion Signed-off-by: Misha M.-Kupriyanov <kupriyanov@strato.de>
725d4d3
to
034f2c3
Compare
Summary
Currently, it is possible to remove a share without confirmation.
This is problematic if the share link has already been shared with users. The share link is deleted permanently, and it cannot be restored.
To prevent accidental share deletion, this feature adds a confirmation dialog (see screenshot).
New confirmation dialog on share delete
Checklist