-
Notifications
You must be signed in to change notification settings - Fork 364
Server user add UI fixes #974
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
Server user add UI fixes #974
Conversation
5357ef1 to
3a7985f
Compare
|
|
||
| export const StyledFrameAside = styled.div` | ||
| flex: 1 0 25%; | ||
| flex: 0 0 25%; |
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.
This change is scary. I haven't review it visually yet so it might be fine, but this is a major change. :)
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.
It might look scary, but the Aside (which I added in the major PR we merged a few weeks ago) is not supposed to grow.
9f0da43 to
1ccaa47
Compare
oskarhane
left a comment
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.
oskarhane
left a comment
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

Fixes some style and UX issues with
server user addandserver user list.Before:

After:

changelog: UI fixes on
:server user addand:server user listcommands