We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Refs: microsoft/vscode#178553
As a user I want an indication how my remote connection is doing. There are many states:
We want a new state to indicate a slow connection.
Today we have different ways how to convey connection state:
Connecting
Connected
Reconnecting
Disconnected
Offline
The "offline" indicator is actually only being shown when using a web browser and is not specific to remote connections at all.
An idea of how to indicate a slow connection is from the remote indicator as well:
Though maybe the icon is not best.
The text was updated successfully, but these errors were encountered:
Hm an idea I had was to reuse the warning icon and actually indicate the latency to the user:
I should probably bring this to a UX call.
Sorry, something went wrong.
@bpasero you ended up just using warning, correct?
warning
Yes I think that is fine.
daviddossett
No branches or pull requests
Refs: microsoft/vscode#178553
As a user I want an indication how my remote connection is doing. There are many states:
We want a new state to indicate a slow connection.
Today we have different ways how to convey connection state:
Connecting
Connected
Reconnecting
Disconnected
Offline
The "offline" indicator is actually only being shown when using a web browser and is not specific to remote connections at all.
An idea of how to indicate a slow connection is from the remote indicator as well:
Though maybe the icon is not best.
The text was updated successfully, but these errors were encountered: