Replace letter placeholders with SVG brand icons - #223
Conversation
…yground; fix animation shorthand conflict in EverywhereFeatures
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: ASSERTIVE Plan: Pro Plus Run ID: 📒 Files selected for processing (3)
WalkthroughThe landing page now displays inline SVG icons for WhatsApp, Facebook, X, LinkedIn, and Telegram in the hero and playground. The card animation uses separate CSS animation properties with the existing behavior preserved. ChangesLanding page UI updates
Estimated code review effort: 2 (Simple) | ~10 minutes Possibly related PRs
Suggested labels: Suggested reviewers: Poem
🚥 Pre-merge checks | ✅ 4✅ Passed checks (4 passed)
✨ Finishing Touches🧪 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 |
Link your account with GitcordThanks for opening this PR, @KaranUnique! To receive Discord notifications and contributor tracking for this organization:
Once linked, Gitcord can notify you about reviews, merges, and more. — Posted by Gitcord |
…yground; fix animation shorthand conflict in EverywhereFeatures
Addressed Issues:
Fixes #222
Screenshots/Recordings:
Screen.Recording.2026-08-07.103302.mp4
Before: Platform icons in the Hero section and Playground showed single letter placeholders (W, f, X, in, T, R, @) inside colored circles.
After: All platform buttons now display their official SVG brand icons — WhatsApp, Facebook, X (Twitter), LinkedIn, Telegram, Reddit, and Email — matching the icons already used in the core social-share-button.js library.
Additional Notes:
Replaced {network.name[0]} (first letter of name) with inline SVG brand icons using the same path data as the core library. No new dependencies introduced.
Removed the icon text field ("W", "f", "X", "in", "T", "R", "@") from each platform entry in INITIAL_PLATFORMS. Added a PLATFORM_ICONS map of SVG paths and updated both the preview mockup and the configuration panel toggles to render inline SVGs.
Checklist
We encourage contributors to use AI tools responsibly when creating Pull Requests. While AI can be a valuable aid, it is essential to ensure that your contributions meet the task requirements, build successfully, include relevant tests, and pass all linters. Submissions that do not meet these standards may be closed without warning to maintain the quality and integrity of the project. Please take the time to understand the changes you are proposing and their impact. AI slop is strongly discouraged and may lead to banning and blocking. Do not spam our repos with AI slop.
Summary by CodeRabbit