Top-bar one-word quick-nav; remove bottom-right floating menu#8
Merged
Conversation
- Header now shows always-visible one-word quick-nav (Home, Browse, Highlights, Rewards) on every screen size, replacing the sm-only links - Delete the bottom-right FloatingMenu component and its layout render - Hide the brand tagline on small screens so the nav row fits on mobile
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.
Top-bar quick-nav, floating menu removed
Per the request to make navigation a top bar with one-word links for quick browsing, and to remove the bottom-right floating button.
Changes
Header.tsx— the top bar now shows an always-visible, one-word quick-nav on every screen size (previously the links were hidden on mobile, which is why the floating menu existed):Home · Browse · Highlights · Rewards
The level/XP chip (
HeaderStats) stays on the right. The "Deep reading guides" tagline is hidden on small screens so the row fits comfortably on mobile.layout.tsx— removed the<FloatingMenu />render and import.FloatingMenu.tsx— deleted (onlylayout.tsxreferenced it).Note
The floating menu's "back to top" affordance goes away with it, as expected; guide pages keep their own sticky in-page quick-nav.
Verify
npm run buildsucceeds (42 routes export); the PRbuildCI job runs it too.aria-label="Open menu") anywhere inout/.https://claude.ai/code/session_01Egnnw9v4T3ppsAQveFnijo
Generated by Claude Code