Skip to content

Navbar refactor - #8865

Closed
Deleted user (ghost) wants to merge 11 commits into
masterfrom
navbar_refactor
Closed

Navbar refactor#8865
Deleted user (ghost) wants to merge 11 commits into
masterfrom
navbar_refactor

Conversation

@ghost

Copy link
Copy Markdown

Will resolve#4191 and #8779.
Should merge #8863 and #8648 before merging this.

Andy Hanson added 9 commits May 23, 2016 06:12
Previous algorithm would sort *after* adding to top-level nodes.
This was broken because top-level nodes were simply all in a flat array, so this would cause sorting among unrelated elements.
Now we collect all the nodes in a single logical level and sort them before adding them to topLevelNodes.
@msftclas

Hi Andy (Andrewkraft) (@Andy-MS), I'm your friendly neighborhood Microsoft Pull Request Bot (You can call me MSBOT). Thanks for your contribution!


It looks like you're a Microsoft contributor (Andy Hanson). If you're full-time, we DON'T require a Contribution License Agreement. If you are a vendor, please DO sign the electronic Contribution License Agreement. It will take 2 minutes and there's no faxing! https://cla.microsoft.com.

TTYL, MSBOT;

@ghost
ghost force-pushed the navbar_refactor branch from 3d17894 to 37ed5e4CompareMay 27, 2016 21:10
@DanielRosenwasser

Copy link
Copy Markdown
Member

Disregard previous comment, I see that it's based on an existing branch

@ghost

Copy link
Copy Markdown
Author

Closed in favor of #8958

@ghostghost closed this Jun 3, 2016
@mhegazy
Mohamed Hegazy (mhegazy) deleted the navbar_refactor branch November 2, 2017 21:02
@microsoftMicrosoft (microsoft) locked and limited conversation to collaborators Jun 19, 2018
This pull request was closed.
Sign up for freeto subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Class with same name in different modules not showing NavBar

2 participants

@msftclas@DanielRosenwasser