-
-
Notifications
You must be signed in to change notification settings - Fork 29
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
Make profile top better in mobile mode #299
Make profile top better in mobile mode #299
Conversation
@seanmunson is attempting to deploy a commit to the thieflord06's projects Team on Vercel. A member of the Team first needs to authorize it. |
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Looks good. |
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.
Passes functionality checks.
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 feels like a very reasonable way to handle this, but I think the font size is too small, and the close button is also too small (visibly, and too small of a touch target). Beyond that I'm very much on board!
Head branch was pushed to by a user without write access
This looks and feels a lot better. |
Yup this looks a lot better. I need to do a bit more testing with the latest dev merged in, since this still has all the old double scrolling issues. |
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.
Updated to the latest from dev
just to check first, but the issue is still there: while the profile info panel is visible there's a large amount of extra horizontal scroll available for some reason. Nothing immediately stood out to me, so I'm not really sure why.
It looks like it has something to do with the 'x' button. |
I just played around A LOT with trying to get the 'x' closer to the top of the container, with no luck. I guess it'll have to do as is. |
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.
For desktop we need to change back to the old way that handle history was being shown (In the bottom left corner). I think this was changed in #294
…o 296-make-profile-collapsable
Head branch was pushed to by a user without write access
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.
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.
Updates to the extra profile look great. This also changes the way scrolling works again, to fix all the profile header and tabs to the top of the screen which I disagree with (at least in the form it is here, best to continue discussing in frontend or design channels)... but it seems that may have been an unstated goal of this PR that I was just unaware of? Not blocking this, but just wanted to call out the extra changes that don't seem described elsewhere.
in mobile mode, "details" now becomes a pop-out that can be triggered by tapping the (i) button in the header
#296