You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sticky notification for websocket connection problems (#174)
* Sticky error notification when websocket cannot connect
* Fixed small bug on restart
* Remove debugging statement
* Changed architecture of sticky notifications to pass in type='websocket'
* Renamed dispatcher to dispatch
* Simplified notifications clearing such that there wouldn't be multiple notifications on reload
* Updated clearing notification. Added support for orange status
* Removed deprecated code
* Removed mentions of websocket from notifications. Generalised to have callers define a key and filter by key
* Renamed key to tag
* Clear notifications from within websocket before setting a new notification
* Ported promise to notification and simplified websocket notification code
0 commit comments