Brief Overview:
The current Toast notification requesting an application shutdown/restart is static and persistent, causing users who are utilizing their main display to lose a portion of their display until the toast notification is resolved.
UIX Feedback report:
The feedback I received is that the current toast hits all functional targets very well, but it would be nice if the user could move it off of their primary display or reposition it.
Currently the users reporting this take the following steps:
1. transition the content that was on their main display to an alternate location
2. finish their work
3. resolve toast notification request
The ask:
Maintain persistence, change from static -> normal
Possible Methodology:
Encapsulate current toast notification in wrapper that allows users to freely reposition the notification on the screen. Wrapper to include necessary event handlers and UI interactions to enable seamless movement while maintaining persistent status of notification.