-
Notifications
You must be signed in to change notification settings - Fork 12.8k
Navbar refactor #8865
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
Navbar refactor #8865
Conversation
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.
…ed a const instead of a function
Hi @Andy-MS, I'm your friendly neighborhood Microsoft Pull Request Bot (You can call me MSBOT). Thanks for your contribution!
TTYL, MSBOT; |
5c6203c
to
3d17894
Compare
Disregard previous comment, I see that it's based on an existing branch |
Closed in favor of #8958 |
Will resolve #4191 and #8779.
Should merge #8863 and #8648 before merging this.