-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
1877 websocket connection timeout (#1882)
* Add loader to ws loading state * Change default ping value * Make ping -2 on error * Add loader and create state for ws error on header * smaller loader
- Loading branch information
1 parent
5854122
commit 10f9860
Showing
4 changed files
with
175 additions
and
56 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -92,6 +92,7 @@ const theme = { | |
}, | ||
|
||
ping: { | ||
"-2": "black", | ||
"-1": "black", | ||
"0": "#d73027", | ||
"1": "#fc8d59", | ||
|
Oops, something went wrong.