Skip to content
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

UI: Mobile Views #4536

Merged
merged 12 commits into from
Aug 6, 2018
Merged

UI: Mobile Views #4536

merged 12 commits into from
Aug 6, 2018

Conversation

DingoEatingFuzz
Copy link
Contributor

Builds on #4533, rebase after that merges

I would call these "mobile acceptable", not "mobile friendly".

We still don't prioritize using the UI on a phone, but hey, sometimes you gotta do what you gotta do.

image

image

image

image

The breakpoint for the flyout menu is at 960px, so it will also help people who don't use their whole screen for their browser.

image

@DingoEatingFuzz DingoEatingFuzz requested a review from a team July 26, 2018 22:57
Copy link

@joshuaogle joshuaogle left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'll let someone else do the JS side, but design-wise this looks really nice. I did a similar approach in Vault (
https://github.com/hashicorp/vault-enterprise/pull/240) but have never been happy with the position or controls. I like that the control stays in the same spot and that light logo is super nice. I might steal this 👍

transform: translate(-35%, 0%);
height: 100%;
fill: desaturate(lighten($nomad-green, 20%), 30%);
cursor: pointer;

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Any thoughts on using a style more similar to Terraform's icon they use here? The usage is different, but I like that the icon is pretty minimal

image

padding: 1rem;
transform: translate(-35%, 0%);
height: 100%;
fill: desaturate(lighten($nomad-green, 20%), 30%);

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It'll be really nice to have the full palette soon :\

width: $gutter-width;
transform: translateX($gutter-width);
z-index: $z-gutter;

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Are these spaces intentional?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes and no? I remember thinking it made the code read better, particularly the part where the display is none despite all those other styles being there.

Looking at it again now, I don't find it helpful. Will remove.

@shantanugadgil
Copy link
Contributor

In my opinion, anything "acceptable" 🙌 is better that "totally does not work"; for that late night call when you have to debug something serious! 😁

Copy link
Contributor

@johncowen johncowen left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hey,

I think this is a super important addition 👍 , good work on whats here. Couple of little things I noticed.

What I see doesn't look exactly like your screengrabs, I tried it in a few different browsers just incase but this is what I see:

screen shot 2018-07-27 at 13 32 22

Notice the hamburger is a little snug up to the logo, and possibly lined up weirdly with whats underneath. Whilst thats not super important for a merge, it might be affecting the second thing I noticed.

It looks like only half the hamburger icon is clickable? Looks like its half covered by the logo?

screen shot 2018-07-27 at 12 31 09

I'd probably sort that before merging.

Just noticed the menu does some weird 'appear then quickly tween out' thing when you change the size of your browser window thing, defo not a blocker that one tho.

I've not really reviewed the code for this as it looks like a lot of the previous PR. Just wondering if its worth PR'ing this against your previous branch instead of master, would that only show the changes here and not the previous PR also? It's a little tough trying to follow what's changed all at once? Once they are both approved you could merge them down on top of each other and then into master? I dunno, maybe there's some GitHub UI foo I don't know about 😄

@DingoEatingFuzz
Copy link
Contributor Author

What I see doesn't look exactly like your screengrabs, I tried it in a few different browsers just incase but this is what I see:

The menu definitely no longer looks like the screenshots. I chatted with @captainill and @joshuaogle after opening this and the consensus was to make the hamburger more traditional.

It shouldn't be snug against the logo like you noted, so I'll look into that. It also shouldn't have it's click area eclipsed by the logo, so I'll definitely look into that.

Thanks for the tire-kicking!

Once they are both approved you could merge them down on top of each other and then into master? I dunno, maybe there's some GitHub UI foo I don't know about 😄

Definitely makes this hard to review, which I called out in the description. The plan is:

  1. Get a code review on UI: Refactor page chrome #4533
  2. Merge UI: Refactor page chrome #4533 into master
  3. Rebase this branch on master
  4. Force-push this branch
  5. This branch will have the correct diff for this piece of work

Copy link
Contributor

@johncowen johncowen left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Lovely! Sorted 👍

@DingoEatingFuzz DingoEatingFuzz merged commit 3a357a7 into master Aug 6, 2018
@DingoEatingFuzz DingoEatingFuzz deleted the f-ui-mobile-views branch August 6, 2018 18:31
@github-actions
Copy link

I'm going to lock this pull request because it has been closed for 120 days ⏳. This helps our maintainers find and focus on the active contributions.
If you have found a problem that seems related to this change, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Feb 28, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants