-
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
Deactivate team scope selector on personal usage #14238
Conversation
/werft run with-preview with-payment 👍 started the job as gitpod-build-gt-deactivate-team-scope-selector.1 |
components/dashboard/src/Menu.tsx
Outdated
@@ -110,6 +110,7 @@ export default function Menu() { | |||
"keys", | |||
"integrations", | |||
"preferences", | |||
"usage", |
There 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.
Nit: I personally find it easier when the order of URLs is roughly aligned with the order in menus 😇 would you mind adding "usage"
right below "billing"
? 👀
There 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.
Good point! 🙂
Moved and pushed again in cc460a6.
Thanks for taking a look, @jankeromnes! 🏀
There 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.
Looks good to me, many thanks @gtsiolis! 🙌
/hold for one minor, optional nit
82b8263
to
cc460a6
Compare
/unhold |
Description
Following up from #14161, this will make sure the team scope selector becomes deactivated when visiting personal usage. See relevant discussion (internal).
Related Issue(s)
Fixes #13968
Release Notes
Documentation
Werft options:
If enabled this will build
install/preview
Valid options are
all
,workspace
,webapp
,ide