Conversation
- AppFooter.vue:
• Replace placeholder footer link structure with proper objects
containing name and url
• Rename Platforms category to Navigate with anchor links
pointing to existing page sections (#features, #services, etc.)
• Update Help links to point to #contact and #faq sections
• Conditionally apply target=_blank only for external URLs
(internal anchor links stay in the same tab)
• Add dark:invert utility to social media SVG <img> tags so they
render white instead of black in dark mode
feat(landing): add system dark mode support, update footer links, and clean up unused assets
|
Caution Review failedThe pull request is closed. ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: ⛔ Files ignored due to path filters (3)
📒 Files selected for processing (4)
📝 WalkthroughWalkthroughThis PR adds dark mode support to the landing page based on system color-scheme preference, refactors footer links to structured objects with URLs, updates social icons for dark mode styling, and reformats navigation and HTML metadata templates for readability. ChangesLanding Page Dark Mode and Footer Link Updates
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes Poem
✨ Finishing Touches📝 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 by CodeRabbit
New Features
Style