-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Remove the latest editor release warning alert on workspace time out #11035
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Labels
aspect: browser IDE
editor: code (browser)
meta: never-stale
This issue can never become stale
team: IDE
type: improvement
Improves an existing feature or existing code
Comments
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Still relevant, marking as ~never-stale. |
16 tasks
Devansu-Yadav
added a commit
to Devansu-Yadav/gitpod
that referenced
this issue
Mar 9, 2023
vulkoingim
pushed a commit
that referenced
this issue
Mar 21, 2023
Devansu-Yadav
added a commit
to Devansu-Yadav/gitpod
that referenced
this issue
Mar 21, 2023
14 tasks
Devansu-Yadav
added a commit
to Devansu-Yadav/gitpod
that referenced
this issue
Mar 23, 2023
Devansu-Yadav
added a commit
to Devansu-Yadav/gitpod
that referenced
this issue
Mar 23, 2023
Devansu-Yadav
added a commit
to Devansu-Yadav/gitpod
that referenced
this issue
Mar 28, 2023
Devansu-Yadav
added a commit
to Devansu-Yadav/gitpod
that referenced
this issue
Mar 28, 2023
Devansu-Yadav
added a commit
to Devansu-Yadav/gitpod
that referenced
this issue
Apr 4, 2023
Devansu-Yadav
added a commit
to Devansu-Yadav/gitpod
that referenced
this issue
Apr 4, 2023
Devansu-Yadav
added a commit
to Devansu-Yadav/gitpod
that referenced
this issue
Apr 11, 2023
Devansu-Yadav
added a commit
to Devansu-Yadav/gitpod
that referenced
this issue
Apr 11, 2023
Devansu-Yadav
added a commit
to Devansu-Yadav/gitpod
that referenced
this issue
Apr 18, 2023
Devansu-Yadav
added a commit
to Devansu-Yadav/gitpod
that referenced
this issue
Apr 18, 2023
Devansu-Yadav
added a commit
to Devansu-Yadav/gitpod
that referenced
this issue
Jun 5, 2023
Devansu-Yadav
added a commit
to Devansu-Yadav/gitpod
that referenced
this issue
Jun 5, 2023
14 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
aspect: browser IDE
editor: code (browser)
meta: never-stale
This issue can never become stale
team: IDE
type: improvement
Improves an existing feature or existing code
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
gitpod/components/dashboard/src/start/StartPage.tsx
Lines 26 to 50 in 9d2d729
gitpod/components/dashboard/src/start/StartPage.tsx
Line 116 in 9d2d729
Steps to reproduce
The text was updated successfully, but these errors were encountered: