-
Notifications
You must be signed in to change notification settings - Fork 669
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
Conflict Files: Consider to add a Notification about them #4813
Comments
Also check #4079 |
Isn't this done already? |
@guruz Conflict file alerts have not been included as notifications in the same way than Announcements or remote federated sharing files but it will be 😄 |
We now have a persistent list of conflicts in the issues tab. I think that's mostly equivalent to showing them in the notifications view - @dragotin agreed? |
@ckamm Maybe you mean a different thing by 'notifications'? We mean https://support.apple.com/en-us/HT204079 |
@guruz Oh. I thought server notifications that are displayed in the "Server activity" tab were meant. We don't have these fancy notifications anywhere yet, do we? EDIT: Chatting with @guruz: We do have a non-interactive non-sticky tray message for conflicts ("a.txt and three other files had conflicts") already, but nothing sticky-interactive like the OSX alerts. |
OK.. Closing |
Expected behaviour
If there is a conflict file, the user should be informed about. That happens through a toast message and an entry in the Not synced list. #3222
However, with the next sync run, the Not synced list is wiped, so that the conflict entries are lost. The next sync can happen quite soon after the conflict happened.
Maybe the conflicts should become notifications which only go away after the user clicked on "Close", similar to the notifications that we get from the server if a remote share happens.
Alternatively we could add code which lets the conflict entry not go away for a certain time span.
Actual behaviour
Currently, if a conflict happens, a tray notification pops up and in the Not synced list appears an entry. The problem is that this one can disappear quickly.
Steps to reproduce
The text was updated successfully, but these errors were encountered: