Closed Mahimatestgithub closed 3 weeks ago
@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 changes in this pull request introduce a new CSS class .custom-shadow
in the Home.css
file, which applies a box shadow and border radius to elements. In the Home.jsx
file, two state variables (isSubscribed
and email
) are added to manage subscription functionality. The handleSubscribe
function is implemented to handle form submissions, and the rendering of popular categories is updated to use the new CSS class. A success message is conditionally displayed upon successful subscription.
File Path | Change Summary |
---|---|
src/User/pages/Home/Home.css |
Added new CSS class .custom-shadow for box shadow and border radius. |
src/User/pages/Home/Home.jsx |
Added state variables isSubscribed and email ; implemented handleSubscribe function; updated the form submission handling and category card rendering. |
🐰 In the garden of code, we hop and play,
A shadow of style brightens the day.
With subscriptions anew, our users will cheer,
A message of joy, bringing them near!
So let’s celebrate changes, both big and small,
For in this code burrow, there’s magic for all! ✨
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?
issue- #2389 , Added a popup message of subscribed done successfully. Please merge this pr.
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Name | Status | Preview | Comments | Updated (UTC) |
---|---|---|---|---|
vigybag | ❌ Failed (Inspect) | Oct 28, 2024 4:43am |
Added a popup message of subscribed done successfully- issue- #2389. @codervivek5 , Please merge this pr.
Summary by CodeRabbit
New Features
Bug Fixes
Style
.custom-shadow
for improved element styling.