On any sync operation (auto, upload, download), clear notice if Poka Yoke Threshold met and preventing sync.
Actual Behavior
While this is done with a notification, sometimes it is easy to miss the notification or, I also suspect, VSCode hides it behind the main window or fails to display it. The result is frustration that an operation seems to take forever, as, in my case, the infobar (lower left) simply said "Uploading.." indefinitely.
It would be nice if the infobar gave a similar message about Poka Yoke Threshold being met also, in case the notification is missed. Also it's technically incorrect to say it's uploading when Poka Yoke was met; it's not: it's suspended.
Steps to Reproduce
Perform any sync operation after a lot of changes which exceed Poka Yoke threshold
Observe that the infobar displays an upload or download message which is incorrect, as there is (or should be displayed) a notification about too many changes for sync without approval.
Specifications
Expected Behavior
On any sync operation (auto, upload, download), clear notice if Poka Yoke Threshold met and preventing sync.
Actual Behavior
While this is done with a notification, sometimes it is easy to miss the notification or, I also suspect, VSCode hides it behind the main window or fails to display it. The result is frustration that an operation seems to take forever, as, in my case, the infobar (lower left) simply said "Uploading.." indefinitely.
It would be nice if the infobar gave a similar message about Poka Yoke Threshold being met also, in case the notification is missed. Also it's technically incorrect to say it's uploading when Poka Yoke was met; it's not: it's suspended.
Steps to Reproduce