-
Notifications
You must be signed in to change notification settings - Fork 798
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
Create some view for files with conflicts #872
Comments
Yes I noticed this as well in regards to #566 Conflict files are things that need attention. We can do a few things.
|
Sync conflicts should be listed up top in the activity view, as also specified in the past. This is true for anything which needs interaction, also incoming shares, etc – anything you need to accept or reject, or which needs manual intervention. Errors or file conflicts are of course the most important, so they should be listed first in this "block of first listed entries". There should not be a separate tab. Rather:
|
Let’s continue in Activity tray and activity list design improvements #889 to not have 3 different issues about basically the same thing. :) |
Problem statement
Right now it is very difficult to identify where files with conflicts are.
Therefore it is difficult to find and resolve these conflicts.
Some UI is needed to find such files.
Possible solution 1
Add another tab next to "Account" and "Activity". Then you have the whole main window to display information about conflicts. This has a disadvantage of being always there and not only when it is needed. Moreover seeing "Conflicts" tab next to activities is not a very nice thing. It might be also a bad sign that conflicts is one of the core concepts, which is normally not true and must be an occasional thing to happen.
Solution 2
On the first tab (the one next to "Activity"), where the list of all folders is:
add a box with all conflicting files. It can be a list of conflicts which is hidden by default. A spoiler (or however such element is called) element can be used. After a click at it, it will unfold and show the complete list. Actually, exactly in the place where current message appears saying "There are unresolved conflicts. Click for details".
The text was updated successfully, but these errors were encountered: