You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SysTray apps were phased out but one experience that wasn't taken into account were file syncing services. There isn't a solution for this displaying sync progress data with as much detail as these apps did.
So what ends up happening is that as progress gets updated, the same notification will be swapped with a new one with up to date progress data over time.
Unlike progress indicators in the dock, it will be possible for there to be multiple notifications to have progress data from the same app.
Problem
SysTray apps were phased out but one experience that wasn't taken into account were file syncing services. There isn't a solution for this displaying sync progress data with as much detail as these apps did.
Proposal
My solution to this would be progress notification APIs. These would build upon the ability to replace a notification through referencing its ID and push the idea further with the addition of progress data.
So what ends up happening is that as progress gets updated, the same notification will be swapped with a new one with up to date progress data over time.
Unlike progress indicators in the dock, it will be possible for there to be multiple notifications to have progress data from the same app.
Prior Art (Optional)
https://docs.microsoft.com/en-us/windows/apps/design/shell/tiles-and-notifications/toast-progress-bar
The text was updated successfully, but these errors were encountered: