474 websocket add a snack bar to notify the user on websocket status changes (#483)
* [#474] added snackbar for websocket status * [#474 & #447] added ping to complete browser online/offline status * [#447] ping timeout as an env var
This commit is contained in:
@@ -299,6 +299,13 @@
|
||||
"endDate": "End Date",
|
||||
"endTime": "End Time"
|
||||
},
|
||||
"websocket": {
|
||||
"browserOnline": "You’re back online. Reconnecting live updates…",
|
||||
"browserOffline": "You’re offline. Live updates are paused until the connection is restored.",
|
||||
"reconnected": "Live updates are back.",
|
||||
"error": "There was a problem with live updates: %{error}",
|
||||
"closedUnexpectedly": "Live updates were interrupted. Trying to reconnect…"
|
||||
},
|
||||
"months": {
|
||||
"standalone": {
|
||||
"0": "January",
|
||||
|
||||
Reference in New Issue
Block a user