-
Notifications
You must be signed in to change notification settings - Fork 197
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
[Feature Request] No stacking notifications #104
Comments
Hi @caroso1222 I actually updated your code to have a new option |
Thanks for bringing this to my attention, @chrisleekr. A few things come to my mind:
|
What happens when you want to launch a new notification after the max stack has been reached? does notyf show it, or dismiss it?
Can you please update the jsfiddle? I see it empty
|
Hi, There is any method that clear all before show new notification (or a parameter)? Thanks. |
First of all, this notification project is very easy to use and pretty CSS. I just started using it for my project.
I just have one feature that I want to have is, not stacking the notifications.
When there is a new notification, I want to replace the current notification and display a new one.
Workaround for this feature is using
dismissAll()
, but it still makes stacking notifications before dismissing an old notification.Demo: https://jsfiddle.net/2jg0wv4m/
Is there an alternative way to replace opened notification?
The text was updated successfully, but these errors were encountered: