- Notifications
You must be signed in to change notification settings - Fork1
Commitdb08dfa
authored
fix: misleading "No workspaces yet" during manual authentication (#104)
There is a brief moment between manual authentication and workspacepoller initialization and execution where we see a "No workspaces yet"which is misleading. Instead, a loading indicator/message should bedisplayed.-resolves#1031 parent9fdd99b commitdb08dfa
File tree
2 files changed
+9
-0
lines changed- src/main/kotlin/com/coder/toolbox
2 files changed
+9
-0
lines changedLines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
9 | 9 |
| |
10 | 10 |
| |
11 | 11 |
| |
| 12 | + | |
12 | 13 |
| |
13 | 14 |
| |
14 | 15 |
| |
|
Lines changed: 8 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
262 | 262 |
| |
263 | 263 |
| |
264 | 264 |
| |
| 265 | + | |
265 | 266 |
| |
266 | 267 |
| |
267 | 268 |
| |
| |||
326 | 327 |
| |
327 | 328 |
| |
328 | 329 |
| |
| 330 | + | |
329 | 331 |
| |
330 | 332 |
| |
331 | 333 |
| |
| 334 | + | |
| 335 | + | |
| 336 | + | |
| 337 | + | |
| 338 | + | |
| 339 | + | |
332 | 340 |
|
0 commit comments
Comments
(0)