-
Notifications
You must be signed in to change notification settings - Fork 883
chore: update workspaces top bar to display org name #14596
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
Conversation
</> | ||
)} | ||
</div> | ||
{!isImmutable && ( |
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.
All that changed was that, with WorkspaceScheduleControls
moving to the right of the screen, I can now have everything grouped under a single check of the immutable
variable
So the parent <div>
got moved inside, too, since, even if it doesn't render, the user won't notice
@jaaydenh Got the stories fixed, and went ahead and split the current quota story into two – one with the orgs feature, and one without |
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.
LGTM 👍
Part 1/3 for #14435
Won't be merging in until all parts are approved.
Changes made
All changes apply to the
/:user/:workspace-name/
route./workspaces
route with the search filter pre-populated with organization from the previous pageBonus
Screenshots
Notes