-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Refactor notifications with toasts and modals #799
Comments
Is cancel confirmation for experimental groups missing by design? |
@wow-such-code Yes, we don't have the cancel confirmation for the experimental groups by design as imo the accidental action of the Cancel button is not potentially as harmful as the others. The lost information could cost the users not more than a few minutes to reenter compared to the increased amount of clicks caused by the cancel confirmation that would annoy them. |
This issue is stale because it has been open for 30 days with no activity. |
This issue was closed because it has been inactive for 14 days since being marked as stale. |
What are you missing?
Success notifications (Toasts)
Usage: Triggered after successful completion of each task
Warning notifications (Dialogs)
Usage: To warn the user of potential risks that may arise during an interaction.
Information notifications (Dialogs)
Confirmation msg on dialog cancellation
Error Notifications
Usage: To inform users of critical issues and guide them to resolution.
Why do you need a solution?
Depends on #682
Ideas
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: