feat(web): add sponsors to landing page - #209
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
Warning Review limit reachedNext included review available in 19 minutes. View limit detailsLimit details: You’ve used all 4 included reviews currently available. You've used all free OSS reviews for now. Wait for the free limit to reset to keep reviewing this public repository. Review configuration: ⚙️ Run configurationConfiguration used: Repository UI Review profile: CHILL Plan: Advanced Run ID: 📒 Files selected for processing (2)
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Repository UI Review profile: CHILL Plan: Advanced Run ID: ⛔ Files ignored due to path filters (5)
📒 Files selected for processing (8)
💤 Files with no reviewable changes (2)
Included review availability: Your plan provides up to 4 included reviews per hour; 0 remain after this review. 📝 WalkthroughWalkthroughThe marketing page now includes company and individual sponsors. Sponsor navigation and redirects now target the landing-page section. Favicon metadata and rewrites now use environment-specific root paths. ChangesSponsors landing section
Environment-specific favicon routing
Priority: ⬇️ Low Estimated code review effort: 3 (Moderate) | ~25 minutes Change: Feature Sequence Diagram(s)sequenceDiagram
participant MarketingPage
participant SponsorsSection
participant sponsorsData
participant Section
MarketingPage->>SponsorsSection: render sponsors section
SponsorsSection->>sponsorsData: read sponsor entries
SponsorsSection->>Section: render grouped sponsor content
Merge Risk: ⚪ Minimal · up to The sponsor redirect reaches the intended landing-page section. No merge-blocking issue was identified. 🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
✨ Finishing Touches 💡 1📝 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. A rabbit hops where sponsor cards now gleam Comment |
There was a problem hiding this comment.
All reported issues were addressed across 13 files
Reply with feedback, questions, or to request a fix.
Re-trigger cubic
Summary
Validation
pnpm --filter web formatpnpm --filter web typecheckpnpm --filter web lintgit diff --checkSummary by cubic
Adds a responsive sponsors section to the landing page with hardcoded company and individual sponsor data. Replaces the standalone sponsor page with the
#sponsorssection and serves a green favicon in development while keeping the production favicon unchanged./sponsorpage, header nav link, and/sponsorsredirect;/donatenow redirects to/#sponsors.idsupport for deep linking.Written for commit e2e7432. Summary will update on new commits.
Summary by CodeRabbit
New Features
Updates