-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
[UX] Add direct link to active workspaces in other teams #6098
Comments
@jankeromnes We've introduced a more subtle warning back in #5555 which we could use here. We should make sure this renders ok on all cases where there are running or stopped workspaces. Tried re-using that component without a gray background for a more subtle warning, see screenshots below. What do you think?
|
@gtsiolis Wow, I love these designs 😍 many thanks! 👏 The idea to add a green status dot is genius, and the more-subtle message seems just the right amount of subtle (not too obvious to be "in your face", and not too subtle to be invisible 🎯) I'm just a little uncertain about screens 3 and 4, mainly about the placement of the message (below other active workspaces? 💭) and the vertical spacing above it. Could it also work with the message always on top? |
Good point. I don't perceive the imbalance with the message on top, however the fact that it never moves could make me progressively ignore it (as part of the "immobile landscape"). So I also prefer your earlier concepts. 🔼 |
Trying out below how the version with the gray background and I think it scales better. Still bouncing between above and below placement when there are running and stopped workspaces. What do you think? 💭
|
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:
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:(and clicking on
Gitpod (3)
would lead you directly to/t/gitpod/workspaces
)The text was updated successfully, but these errors were encountered: