-
Notifications
You must be signed in to change notification settings - Fork 18
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
Apply login page redesign #721
Conversation
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.
Mhhh not a fan of having a login button in the header still. I would suggest waiting for #702 and then taking a look at this again. I would think if we want the header, the login button should be hidden. Which would leave:
- Logo: ok, I can see its use, its easier to use than the "back" button I suppose
- Search bar: I really can't imagine someone needing to search from the login page
- Language menu: That actually makes sense.
Mh dunno, I guess it makes sense to have the header on the login page then :/ Still not 100% convinced, but can't put my finger on it. Without the login button it's likely fine. Again, let's wait for #702 and see about this then.
b195808
to
8374536
Compare
This is a slight variation of the previous design featuring a different login button, the addition of the header and removal of the logo, since that is included in the header. It adds a specific `loginMode` to the header component which only shows the logo and language selection.
8374536
to
9c69712
Compare
The last commit should fix the search bar |
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 like the login page now! Only two small code things
4a9fec9
to
4957ddc
Compare
This replaces `width: 100%` with `flex: 1` and declares the input containing label as flex container. This way, the search bar can actually shrink before the logo when the screen is resized. Though that only becomes apparent with a larger max-width (eg 600px or so) of the searchbar than we use now.
4957ddc
to
0e475bf
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.
Yay!
This is a slight variation of the previous design, featuring a different login button, the addition of the header and removal of the logo, since that is included in the header.