-
Notifications
You must be signed in to change notification settings - Fork 56
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
Warn about undelivered notifications #1265
Warn about undelivered notifications #1265
Conversation
Signed-off-by: Joas Schilling <[email protected]>
Signed-off-by: Joas Schilling <[email protected]>
🐢 Performance warning. |
@@ -32,6 +33,15 @@ | |||
<transition-group class="notification-wrapper" | |||
name="list" | |||
tag="ul"> | |||
<Notification v-if="hasThrottledPushNotifications" | |||
:key="-2016" | |||
datetime="warning" |
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.
datetime=warning ?
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.
Yeah, its a hack to identify this notification inside the component...
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.
👍 code looks fine
Signed-off-by: Joas Schilling <[email protected]>
🐢 Performance warning. |
No description provided.