-
-
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
fix(files): apply the renaming when leaving the input field #44819
Conversation
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.
Sounds ok to me. Additionally I think we need a simple "checkmark" icon-only button on the right inside the rename input field so people can decidedly confirm via a mouse click and not be confused about how to confirm.
Yep, and it occurred to me that in the same vein, we may want to have a "cross" icon-only button on the right side inside the rename input field to decidedly cancel the rename. WDYT? This should be done in a separate PR, right? |
Yes, I think that that this should be a separate PR, with its own associated issue :) As far as this PR goes, I havent tested it locally, but this makes sense to me, and if design team thinks this is a good change, then LGTM! |
See #44832 |
aha, seems like I was a bit too late to the draw for the issue xD i'll close mine! |
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! |
This could use another designer/frontender review for correctness. :) |
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.
I think this is fine. Also already got a +1 from a frontender :)
/compile |
/compile |
Refs: nextcloud#42689 Signed-off-by: Raphaël Jakse <[email protected]>
Summary
With this change, clicking outside during rename behaves as in any other file manager and applies the rename instead of discarding it
TODO
Checklist