-
-
Notifications
You must be signed in to change notification settings - Fork 213
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
Add hide method to close notifications #27
Comments
Sounds reasonable, what's your use-case? |
Hi, sometimes I want to hide all notifications before navigating to a component. Sometimes I want to have only one notification per group so I would like to clear all notifications of the group before showing a new notification (for this purpose it could be useful to have a max number of notification per group). |
Okay, hiding everything before doing navigation sounds pretty good, also your point about Thanks, I will create corresponding issues for these 2 features and will try to spend some time on them next week 👍 👍 |
Hey @OasisLiveForever, i've added both features that we discussed in version |
Hi,
it would be great to hide programmatically all notifications of a group trough a hide method.
What do you think?
The text was updated successfully, but these errors were encountered: