Fix/pass3 day8 reading flow nav - #12
Merged
Merged
Conversation
…obile menu lists Alert sections only
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
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.
Reading arc flows section-to-section
The prev/next pager used to walk through all 13 Alert subsection reference
pages (4 detection mechanisms, 3 validation, 6 parsing), so reading straight
through detoured deep into reference material. Those pages are now out of
readingOrderand render no pager; they are reached from their sectionpages, which link to all of them. The
check-reading-orderbuild gate liststhem as explicit exemptions, so the gate still fails if a new page ships
without a pager by accident.
Laptops keep the desktop nav
The desktop nav previously collapsed to the hamburger below 1350px, which
put common laptops (1280px, 1366px) on the phone menu. Measured content
width for the 11-item row and moved the breakpoint to 1240px, with a
tighter laptop tier (1240 to 1449px: reduced spacing, icon-only search
trigger) and the full search label returning at 1450px. The hamburger is
now for phones and tablets only (below 1240px, or coarse pointers).
Mobile menu matches the desktop dropdown
The mobile menu listed every Alert subsection page (13 leaf rows). It now
lists only the section pages, matching the desktop dropdown, and a section
row stays highlighted while reading one of its subsections.
Repo-wide Biome format pass
Separate commit, formatting only (quote style, line wrapping, trailing
commas) across 4 files. The glossary extractor regenerates an identical
registry after formatting, confirming no semantic change.
Verification
(14034 internal links, exactly the expected count after the pager trim),
CSP check
tablet width verified in a browser