Skip to content
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

Open
ralienpp opened this issue Feb 26, 2021 · 8 comments
Open

Show "Connection lost" widget with a reconnect action #146

ralienpp opened this issue Feb 26, 2021 · 8 comments
Labels
enhancement New feature or request good first issue Good for newcomers ux User experience, design, aesthetics

Comments

@ralienpp
Copy link
Collaborator

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.

@ralienpp ralienpp added enhancement New feature or request good first issue Good for newcomers ux User experience, design, aesthetics labels Feb 26, 2021
@asharonbaltazar
Copy link

Hello, I'd like to help with this. Is there some notification system in place? Thanks in advance.

@ralienpp
Copy link
Collaborator Author

ralienpp commented Mar 1, 2021

@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.

@asharonbaltazar
Copy link

I'm having trouble running npm i. I'm developing on Windows 10 (latest version) and tried both on Powershell and WSL (Linux). Still end up with the same error. Here's the logs:

image

Appreciate your help in advance.

@iamandrewluca
Copy link
Member

That's odd, there is no python in this project. Hmm 🤔

@iamandrewluca
Copy link
Member

Can you show what version of node/npm do you have?

node -v
npm -v

@asharonbaltazar
Copy link

image

image

@iamandrewluca
Copy link
Member

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

@asharonbaltazar
Copy link

Following the instructions, it does install.

However, it doesn't want to for this project, even when running npm cache clean --force. Here's some more data:
image

This sucks...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers ux User experience, design, aesthetics
Projects
None yet
Development

No branches or pull requests

3 participants