-
Notifications
You must be signed in to change notification settings - Fork 4.4k
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
New feature - Alert muting #4276
Conversation
right: 14px; | ||
top: 9px; | ||
right: 0; | ||
top:-33px; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This just locks the "+Add" button to its parent instead of the whole wrapper.
Needed cause this section gets pushed down by the "Notifications are muted" block.
@arikfr requesting your review |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The UI is great, but you also need to implement the actual muting... :-)
I would suggest to exit early in notify_subscriptions
from redash.tasks.alerts
when mute is on.
Description
Added ability to mute alert.
UX discussion in https://discuss.redash.io/t/alert-feature-toggle-notifications-on-off/4704/4
Added "Mute Notifications" to the menu button, with an extra unmute button in the prompt:
Alerts list page also shows muted status:
In action: