fix: nav navigation gaps, orphaned Compare section, broken card styles#20
Merged
Conversation
- Mobile nav menu only exposed 6 of 13+ destinations available in the desktop dropdowns -- Roadmap, All Questions, Examples, and Quickstart were unreachable on mobile. Added them. - The entire Compare section (4 pages) had zero links from primary nav or footer, only reachable via buried cross-links inside a few other pages. Added to the Developers dropdown, mobile menu, and footer. - Found and fixed a real styling bug: new section landing pages (blog, compare, solutions, use-cases, docs, docs/guides) used class "usecase-card", but that class's styles lived only in home.css (homepage-only), so those cards rendered completely unstyled. Moved the component to components.css (global) so it works everywhere it's referenced, and added box-shadow + hover-lift for visual depth -- the whole site previously had zero box-shadow usage anywhere, which reads as flat/cheap. Applied the same treatment to .card, .stat-card, and .use-case-card, plus normalized a few hardcoded 10px border-radius values to the shared --radius token. Verified: 0 broken internal links across all 88 pages (unchanged from before), computed styles confirm .usecase-card now has real background/ padding/shadow on the previously-broken pages. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
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.
Summary
/compare.html+ 3 comparison pages) had zero links from primary nav or footer — only reachable via buried cross-links in a few unrelated pages. Added to the Developers dropdown, mobile menu, and footer..usecase-card, but that class only existed inhome.css(homepage-only) — those cards were rendering completely unstyled. Moved the component to the globalcomponents.css..card,.usecase-card,.stat-card, and.use-case-card, and normalized a few hardcoded10pxborder-radius values to the shared--radiustoken.Test plan
.usecase-cardhas real background/padding/shadow on previously-broken pages🤖 Generated with Claude Code