Closed Mahimatestgithub closed 3 weeks ago
The pull request introduces several modifications to the React application, primarily affecting the routing structure, footer component, and home page functionality. The "Privacy" route is updated to a more descriptive path, while the footer gains a new "SOCIALS" section with links to various social media platforms. Additionally, the home page implements a subscription feature, allowing users to enter their email and receive confirmation upon subscribing. CSS enhancements are also included to improve the footer's interactivity and the visual presentation of elements on the home page.
File | Change Summary |
---|---|
src/App.jsx |
Updated "Privacy" route from path="privacy" to path="privacy-policy" ; retained "Help" route. |
src/User/components/Footer/Footer.css |
Added hover effects for social media icons and responsive styles for larger screens. |
src/User/components/Footer/Footer.jsx |
Introduced a new "SOCIALS" section with links to social media platforms. |
src/User/pages/Home/Home.css |
Added new CSS class .custom-shadow for box shadow and border radius. |
src/User/pages/Home/Home.jsx |
Implemented subscription feature with state management for email input and success message. |
gssoc
, hacktoberfest
, hacktoberfest-accepted
, Gssoc-ext
🐰 In the garden of code, we hop and play,
New routes and socials brighten the day.
With shadows that dance and emails that sing,
Our app's now a joy, oh what joy it brings!
So come, dear users, subscribe and delight,
In this wondrous world, everything feels right! 🌟
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
@Mahimatestgithub is attempting to deploy a commit to the Vivek Prajapati's projects Team on Vercel.
A member of the Team first needs to authorize it.
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Name | Status | Preview | Comments | Updated (UTC) |
---|---|---|---|---|
vigybag | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Oct 29, 2024 9:43am |
Congratulations, Your pull request has been successfully merged 🥳🎉 Thank you for your contribution to the project 🚀 Keep Contributing!! ✨
Enhnacement of Subscribe to our newsletter section- Added a popup message of subscribed done successfully- issue- #2389
Added a popup message of subscribed done successfully- issue- https://github.com/codervivek5/VigyBag/issues/2389. @codervivek5 , Please merge this pr.
Summary by CodeRabbit
Release Notes
New Features
privacy-policy
for improved clarity.Enhancements
.custom-shadow
CSS class for enhanced visual effects on elements.Bug Fixes