-
-
Notifications
You must be signed in to change notification settings - Fork 573
Add disconnect warning to Notification #5244
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
Conversation
Codecov Report
@@ Coverage Diff @@
## main #5244 +/- ##
==========================================
- Coverage 83.83% 83.72% -0.11%
==========================================
Files 274 274
Lines 39606 39637 +31
==========================================
- Hits 33203 33186 -17
- Misses 6403 6451 +48
Flags with carried forward coverage won't be shown. Click here to find out more.
... and 18 files with indirect coverage changes 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
Co-authored-by: Simon Høxbro Hansen <simon.hansen@me.com>
42e1f03 to
7e1c921
Compare
|
This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
This PR enables a warning via the notification area that informs the user when the Websocket connection is dropped. The warning is enabled by default when the
pn.config.notifications = Trueand the warning message can be configured.Fix for #5240