- Notifications
You must be signed in to change notification settings - Fork926
feat: add workspace build status to task page#18520
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
25c41d7
tocb7a768
Comparecb7a768
tof9045a9
CompareThere was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
Nice! Minor nits:
- can we remove the "this should take a few minutes" text? it's redundant now that we have the progress indicator
- can we put "Starting workspace..." and "Up to X seconds remaining..." on separate lines?
It'd look a bit better if the text was centered and the progress bar was at the bottom |
Hmm actually the "starting workspace..." part is also redundant, let me remove that instead of stacking the two lines. |
code-asher commentedJun 24, 2025 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
And remove the duplicate "Starting workspace..." text.
288ec77
intomainUh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
I think this might need to be rebased on the latest changes,(done) but this adds a progress bar and the most recent build stage.I only did this for workspaces starting up, but we could do it for when the workspace is shutting down as well.
Although I tried adding a story for the build log, the mock web socket keeps closing in Storybook before it gets any logs, so I had to skip it. Not sure what is going on there...
recording.mp4
Closes#18183