fix(website): improve landing page mobile view - #1548
Conversation
Hide hamburger menu icon on landing page (no sidebar needed) and shorten sponsor banner text on mobile to keep it on one line. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (3)
Included review availability: Your plan provides up to 4 included reviews per hour; 3 remain after this review. 📝 WalkthroughWalkthroughThe site header now accepts a ChangesLanding page UI
Estimated code review effort: 2 (Simple) | ~10 minutes Merge Risk: ⚪ Minimal · up to This PR hides the unused landing-page menu button and shortens the sponsor label on small screens without changing application behavior or data flows. No actionable merge-blocking risk remains beyond normal checks. 🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
Full details: Description checkExplanation The description explains the implementation and user-facing changes, but it omits the required challenge submission checklist, important notice, sponsorship information, and submission guidance from the repository template. Resolution Add the required template sections and information, including the challenge submission checklist, the sponsorship notice, the pricing details, the GitHub Sponsors link, and the community submission guidance. Also update the PR title to start with Full details: Docstring CoverageExplanation No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check. Docstring coverage is scoped to functions touched by this diff. Analyzed 0 functions across 1 files. (2 skipped: 2 unsupported.)
✨ Finishing Touches 💡 1🛠️ Fix failing CI checks 💡
📝 Generate docstrings
🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Summary
Changes
SiteHeadergains ashowMenuinput (defaulttrue) that controls visibility of the hamburger button[showMenu]="false"to opt out of the menu buttonflex-wrapto a single-row layout with a truncating label that swaps text at thesmbreakpointSummary by CodeRabbit
New Features
Style