-
Notifications
You must be signed in to change notification settings - Fork 803
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
better support for conflict resolution - display both version next to each other #3276
Comments
kinda like a github changes preview |
Implementation suggestion for preview: If a text file is detected, then the program should check for text editors installed on the system that support viewing diffs. Nextcloud should then open the diff with the selected program. (image 2) Additional suggestion: Please put an additional button on the bottom with "Apply this resolution to all conflicts of this type". If either "Local version" or "Server version" are selected (i.e. not the new "Merged version" that I'm suggesting), then the button should be enabled. When clicked, a new dialogue should appear with the following prompt, with buttons Yes and Cancel:
By "conflict type" I mean, for example, local modification at the same time as server delete, or local delete at the same time as server modification, or two modifications. |
Note a further advanced diff comparison mechanism could be by using the variants GitHub offers – a slider on the image, or transparency setting comparing both images. You can e.g. see such a one here on GitHub: |
How to use GitHub
Feature description
To decide which version is the correct one, it is usually necessary to make a visual comparison, the date alone is often not sufficient
After solving one conflict the program should jump to the next one
The text was updated successfully, but these errors were encountered: