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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

New Nav updates #15605

Merged
merged 12 commits into from Jan 19, 2017
Merged

New Nav updates #15605

merged 12 commits into from Jan 19, 2017

Conversation

NataliaLKB
Copy link
Contributor

@NataliaLKB NataliaLKB commented Jan 18, 2017

What does this change?

This PR prepares the new nav test to go out to everyone. Other than some refactoring, The biggest difference is that there are only going to be 4-6 items shown on the subsection nav. This is ordered by popularity and so I have split all the lists into most popular, and least popular.

I would recommend reviewing commit by commit 馃槃

The nav is also on every page, not just fronts.

@zeftilldeath is updating the styling slightly in a separate PR.

cc @stephanfowler

This is the subsection nav:
image

What is the value of this and can you measure success?

This test will go out to everyone as it was successful. We will continue to iterate and test each of the changes to make sure we are providing the best user experience to the most number of users.

Does this affect other platforms - Amp, Apps, etc?

Nope

Tested in CODE?

No, but I tested a lot locally so I shouldn't need to.


&:hover,
&:focus {
text-decoration: none;
color: #ffffff;
}

.tertiary-navigation__item--current-section & {
&--current-section {
Copy link
Member

Choose a reason for hiding this comment

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

this would make this selector tricky to grep

Choose a reason for hiding this comment

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

I will sort that.

Copy link
Contributor

@gtrufitt gtrufitt left a comment

Choose a reason for hiding this comment

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

馃

NavLink("Jason Wilson", "/profile/wilson-jason"),
NavLink("Brigid Delaney", "/profile/brigiddelaney"),
columnists
val au = NavLinkLists(
Copy link
Contributor

Choose a reason for hiding this comment

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

Is there a reason this was compressed to single line over multi line? Easier to read/remove/add if it's multi I think?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Just consistency, but looking at it again this morning I agree with you! I will change all the opinion to be multi line again.

Thanks :)

@NataliaLKB NataliaLKB merged commit b31909a into master Jan 19, 2017
@NataliaLKB NataliaLKB deleted the nb-nav-changes branch January 19, 2017 12:03
@prout-bot
Copy link
Collaborator

Seen on PROD (merged by @NataliaLKB 26 minutes and 10 seconds ago) Please check your changes!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

6 participants