- Notifications
You must be signed in to change notification settings - Fork1
Commitfcb9dc7
authored
impl: workspace status reporting (color and icons) (#118)
There were a couple of discrepancies in the status reporting especiallyaround 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 insteadof the spinner.- failed workspaces used to render a gray offline icon instead of a redwarning (exclamation mark) sign.- there was no progress while establishing the SSH connection. Now wehave a "SSHing" label with a circular progress bar while connecting tothe SSH.1 parentdd2166f commitfcb9dc7
File tree
3 files changed
+32
-8
lines changed- src/main/kotlin/com/coder/toolbox
- models
3 files changed
+32
-8
lines changedLines changed: 5 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2 | 2 |
| |
3 | 3 |
| |
4 | 4 |
| |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
5 | 10 |
| |
6 | 11 |
| |
7 | 12 |
| |
|
Lines changed: 5 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
157 | 157 |
| |
158 | 158 |
| |
159 | 159 |
| |
| 160 | + | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
160 | 165 |
| |
161 | 166 |
| |
162 | 167 |
| |
|
Lines changed: 22 additions & 8 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
11 | 11 |
| |
12 | 12 |
| |
13 | 13 |
| |
| 14 | + | |
| 15 | + | |
| 16 | + | |
14 | 17 |
| |
15 | 18 |
| |
16 | 19 |
| |
| |||
69 | 72 |
| |
70 | 73 |
| |
71 | 74 |
| |
72 |
| - | |
73 |
| - | |
74 |
| - | |
75 |
| - | |
| 75 | + | |
76 | 76 |
| |
77 | 77 |
| |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
78 | 82 |
| |
79 | 83 |
| |
80 | 84 |
| |
81 | 85 |
| |
82 |
| - | |
83 |
| - | |
84 |
| - | |
85 |
| - | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
86 | 90 |
| |
87 | 91 |
| |
88 | 92 |
| |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
89 | 103 |
| |
90 | 104 |
| |
91 | 105 |
| |
|
0 commit comments
Comments
(0)