Add Cal.com integration with Calbutton component and update link#10
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
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 (1)
📒 Files selected for processing (5)
📝 WalkthroughWalkthroughA Cal.com booking button component and integration were added to the footer, along with its npm dependency. The footer layout was restructured to place the booking button above existing content. Additionally, minor cosmetic and URL fixes were applied to unrelated components. ChangesCal.com Booking Integration
Minor Styling and URL Updates
Estimated code review effort🎯 2 (Simple) | ⏱️ ~8 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. Review rate limit: 0/1 reviews remaining, refill in 60 minutes.Comment |
This pull request introduces a new "Book a call" button in the site footer using Cal.com, improves the login button accessibility in the comments section, and updates a project link. The most significant updates are the integration of the Cal.com embed, related UI changes in the footer, and a minor fix to a project URL.
Cal.com Integration and Footer Enhancements:
Calbuttoncomponent incomponents/Footer/Calbutton.tsxto embed a Cal.com scheduling button, using the@calcom/embed-reactpackage. This allows users to book a call directly from the site.Footercomponent incomponents/Footer/Footer.tsxto include the newCalbuttonat the top and adjusted the footer layout for better organization. [1] [2]@calcom/embed-reactdependency inpackage.jsonto support the new scheduling feature.UI/UX Improvements:
cursor-pointerto the login button in theCommentscomponent to improve accessibility and indicate interactivity.Content Fixes:
Projectscomponent to remove an unnecessary "www." prefix.…project linkSummary by CodeRabbit
New Features
Style
Bug Fixes