-
Notifications
You must be signed in to change notification settings - Fork 5
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
Improve user experience reliability #29
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.
Thanks @DenisaCG! I had a couple suggestions!
Thanks for the review, Darian! |
The most recent commits address your suggestions, @afshin I also pushed a fix for the logic to retrieve the last modified date, as it should only concern the file renaming, not the directory. Once the checks pass we could merge the PR. |
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.
Thank you @DenisaCG!
This PR improves the user experience reliability by making sure no sequence of operations can break the user workflow (e.g. file can't be saved and new content is lost).