Use toast for preferences saved notification
What does this MR do and why?
Toasts are the preferred pattern for giving users transient positive feedback about immediate actions. This MR changes user preference save interactions to use Toasts instead of Alerts.
Screenshots or screen recordings
Before | After |
---|---|
How to set up and validate locally
- Check out this branch
- Visit user preferences on the GDK
- Update user preferences
- Choose a new theme (does not require clicking Save button)
- Update your user's home page (will require clicking Save to apply)
When each of the updates is applied, you will see a toast in the bottom left corner. You will not see a blue alert at the top of the page.
MR acceptance checklist
This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.
-
I have evaluated the MR acceptance checklist for this MR.
Related to #331162 (closed)
Edited by Chad Lavimoniere