Description
Bug description
Back in #8783, we introduced a warning alert to notify users when they've opted in for using the latest editor release for workspaces.
This is also shown on the workspace pages like Timed Out
, Stopping
, Stopped
which can be inaccurate as the user may have changed the setting in the meantime.
Instead, relying on showing this warning during workspace (re)start could be better.
When the latest warning should be shown
- It's before or (re)starting the workspace -> ref to phases
gitpod/components/dashboard/src/start/StartPage.tsx
Lines 26 to 50 in 9d2d729
- Workspaces start/stopped failed for some unexpected reasons (i.e. with exit code from supervisor) -> when it shows error
Steps to reproduce
- Go to /preferences and opt in for the Latest Release (Unstable) option.
- Open a new workspace and let it time out (~30 min)
- Notice the on the Timed Out page we're still showing the latest editor release warning alert.