-
Notifications
You must be signed in to change notification settings - Fork 875
feat: split management settings sidebar into deployment/organization sidebars #15388
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
8cbb3ce
to
e6c163e
Compare
302ca4f
to
962045c
Compare
e6c163e
to
e7bf52f
Compare
92a5056
to
abec4cc
Compare
abec4cc
to
f2bf3cf
Compare
5cb2fd3
to
1c6fe52
Compare
1c6fe52
to
ac71d6c
Compare
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.
I feel like the organization settings sidebar looks a little weird without any padding on the left of the navigation items, since we haven't actually switched to the dropdown yet that's shown in the designs. Can we add a bit of padding back in the meantime?
The organizations dropdown should be completed in the next few days but temporarily adding indentation for the orgs sidebar items |
resolves coder/internal#199
Currently the admin settings has a combined sidebar for deployment settings and organization settings, this PR separates the sidebar in 2 sidebars for deployment and organization settings.
This is preparation for the redesign work of the organization settings sidebar where a dropdown will be user to select and create new organizations.
see figma: https://www.figma.com/design/OR75XeUI0Z3ksqt1mHsNQw/Dashboard-v1?node-id=684-5287&m=dev
This also does some of the initial redesign work for the sidebars using Tailwind.