-
Notifications
You must be signed in to change notification settings - Fork 185
Description
The problem
I have several profiles on my system, each backing up to different locations with different filters. The backups frequently run at the same time since they have similar schedules. When this happens, the set of running backups push feedback into the UI at the same time and the UI flips between all the feedback from all the profiles at once. This is both confusing, hard to read, and can result in the loss of error messages and other important feedback.
Requested Solution
Only feedback from the selected profile should show in the status area at the bottom. Switching profiles should show the last status from the newly selected profile and then continue to update with status from that new profile. To help users identify that there is feedback from a profile other than the one they have selected, some icon (exclamation point? warning triangle?) could appear near the profile selection drop down and those profiles with feedback (or some other thing that need user attention) could be marked in a similar way.
Separately and additionally, per profile feedback could also be listed in the system tray menu on a per profile basis.
Alternatives
At the very least, don't show feedback from other profiles.
Additional context
I don't think there is any additional context to add.