You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
impl: workspace status reporting (color and icons) (#118)
There were a couple of discrepancies in the status reporting especially
around icons and colors:
- offline workspaces are marked by a new "offline" icon and a gray color
(instead of a half pie icon with a red color)
- stopping state now has a gray progress spinner
- same for deleting state which previously used the offline icon instead
of the spinner.
- failed workspaces used to render a gray offline icon instead of a red
warning (exclamation mark) sign.
- there was no progress while establishing the SSH connection. Now we
have a "SSHing" label with a circular progress bar while connecting to
the SSH.
0 commit comments