-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
feat: Builtin notification system in reNgine #1392 #1394
feat: Builtin notification system in reNgine #1392 #1394
Conversation
Woohoo @yogeshojha! 🎉 You've just dropped some hot new code! 🔥 Hang tight while we review this! You rock! 🤘 |
Holy smokes! 🤯 You've just made reNgine even more awesome! Your code is now part of the reNgine hall of fame. 🏆 Keep the cool ideas coming - maybe next time you'll break the internet! 💻💥 Virtual high fives all around! 🙌 |
1 similar comment
Holy smokes! 🤯 You've just made reNgine even more awesome! Your code is now part of the reNgine hall of fame. 🏆 Keep the cool ideas coming - maybe next time you'll break the internet! 💻💥 Virtual high fives all around! 🙌 |
This PR introduces a new in app notification within reNgine web page, for now for any scan related notification will be shown and also when there is any update in reNgine.
This notification bell will be visible in the dashboard, and will be rechecking for any new notification every 15 seconds.
If there is any new notification, a snackbar will also be shown.
Example of the in app notification in reNgine
Clearing all notification and marking them all read option is also provided.
A new generic function has been introduced, called create_inappnotification which can be used across reNgine to create notification