Commit 7091e3b
committed
fix: immediately mark the workspace as deleting
- workspace status is usually updated every 5 seconds by the polling loop.
- that's a bit problematic because when we delete a workspace we have to wait a
couple of seconds until we have some visual feedback.
- with this patch we force the workspace status to be in "deleting" if the REST api call
was succesfull.1 parent 5cd6e73 commit 7091e3b
1 file changed
+6
-0
lines changedLines changed: 6 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
165 | 165 | | |
166 | 166 | | |
167 | 167 | | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
168 | 174 | | |
169 | 175 | | |
170 | 176 | | |
| |||
0 commit comments