[Feature Request] I want to set the global timeout per toast type, in addition to the current setting for all types, for a better user experience. #239
Labels
Feature Request
Request to add a new feature
Needs: More Information
The author needs to provide more information on the issue.
Is your feature request related to a problem? Please describe.
My users don't want "Success" toasts cluttering up the screen for very long, yet they want errors and warnings to show for a longer time so that they can read the message.
Describe the solution you'd like
I'd like to be able to set the timeout duration independently and optionally for Success, Info, Warning, and Error, in addition to the global timeout duration. Obviously, if any of these is set, it would override the global timeout duration.
Describe alternatives you've considered
I could use the settings lambda to set a custom timeout on every one of hundreds of .ShowSuccess calls, but that doesn't seem wise.
The text was updated successfully, but these errors were encountered: