Commit db08dfa
authored
fix: misleading "No workspaces yet" during manual authentication (#104)
There is a brief moment between manual authentication and workspace
poller initialization and execution where we see a "No workspaces yet"
which is misleading. Instead, a loading indicator/message should be
displayed.
- resolves #1031 parent 9fdd99b commit db08dfa
File tree
2 files changed
+9
-0
lines changed- src/main/kotlin/com/coder/toolbox
2 files changed
+9
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| 12 | + | |
12 | 13 | | |
13 | 14 | | |
14 | 15 | | |
| |||
| 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