-
Notifications
You must be signed in to change notification settings - Fork 13
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
Show "Connection lost" widget with a reconnect action #146
Comments
Hello, I'd like to help with this. Is there some notification system in place? Thanks in advance. |
@asharonbaltazar, thanks for the offer! We don't have a notification system in place, but since MaterialUI is applied for the UI, perhaps you can leverage one of the existing primitives? Otherwise, I guess @iamandrewluca knows better and can provide some guidance. |
That's odd, there is no python in this project. Hmm 🤔 |
Can you show what version of node/npm do you have?
|
I think this is a node-sass issue. sass/node-sass#2173 Open Source is hard 🙂 Can you please follow this steps. And see if is installing https://github.com/sass/node-sass/blob/master/TROUBLESHOOTING.md#windows |
When the websocket connection to the server is lost, the interface should display a prominent, but non-intrusive overlay that says "Lost connection to server, trying to reconnect in ", with the action link "Try now".
The timer will be set to 30s, and as the countdown reaches 0, we try to reconnect automatically.
The text was updated successfully, but these errors were encountered: