Icons for remote connection state: Slow
bpasero opened this issue · 3 comments
bpasero commented
Refs: microsoft/vscode#178553
As a user I want an indication how my remote connection is doing. There are many states:
- connecting
- connected
- reconnecting
- disconnected
- offline
We want a new state to indicate a slow connection.
Today we have different ways how to convey connection state:
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.
bpasero commented
daviddossett commented
@bpasero you ended up just using warning
, correct?
bpasero commented
Yes I think that is fine.