Add mobile top nav tabs menu - #3888
Open
theletterf wants to merge 5 commits into
Open
Conversation
The section-driven top nav needs a compact mobile presentation so configured tabs remain usable on narrow screens while preserving the existing desktop tab row. Co-Authored-By: GPT-5.5 <noreply@openai.com>
The mobile top-nav menu should describe the documentation landing page when no section tab is active instead of using a generic sections label. Co-Authored-By: GPT-5.5 <noreply@openai.com>
Keep the mobile section selector and version selector with the existing pages navigation drawer so small screens have a single navigation entry point. Co-Authored-By: GPT-5.5 <noreply@openai.com>
Restore the mobile TOC trigger alignment now that version controls live inside the drawer. Co-Authored-By: GPT-5.5 <noreply@openai.com>
Render the mobile-only pages drawer trigger on the docs landing page so section and version controls remain reachable there. Co-Authored-By: GPT-5.5 <noreply@openai.com>
Member
Author
|
Latest update: the docs landing page now gets the same mobile pages drawer entry point as regular docs pages. The landing layout renders a mobile-only hamburger trigger on the left and mounts the pages drawer only on mobile, so the section selector and version selector remain reachable without introducing the desktop sidebar on the landing page. Verified locally with: rtk dotnet test tests/Navigation.Tests/ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Why
The section-driven top nav currently relies on a horizontal desktop tab row, which is cramped on narrow screens. A compact mobile presentation keeps configured sections reachable without changing the desktop layout.
What
This adds a mobile disclosure menu for top-nav link tabs below the desktop breakpoint, keeps the existing horizontal tab row for larger screens, and covers the rendering behavior with navigation tests.