Closed
Description
Following #4921 and #5555, workspaces opened against a specific project are now listed under the project's team workspaces, and no longer under the "personal workspaces" list (i.e. they're no longer in /workspaces
but in /t/TEAM/workspaces
).
This is initially surprising to many users:
- https://community.gitpod.io/t/gitpod-website-does-not-show-my-running-workspaces/5319
- https://gitpod.slack.com/archives/C020VCB0U5A/p1633546749309300 (internal)
- https://gitpod.slack.com/archives/C02EN94AEPL/p1633527347194100 (internal)
To fix this, I propose that we add an InfoBox
component to the /workspaces
page that contains direct links to active workspaces in your teams (this directly addresses the stressful situation "where are my workspaces?"). It could look like this:
You currently have active workspaces in the following teams: Gitpod (3), TypeFox (1)
(and clicking on Gitpod (3)
would lead you directly to /t/gitpod/workspaces
)