-
Notifications
You must be signed in to change notification settings - Fork 120
Added the functionality for the subscribe form #57
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
Works perfect. Please also add this feature that the email placeholder is cleared on clicking the subscribe button |
src/components/Donation.tsx
Outdated
| whileHover={{ scale: 1.05 }} | ||
| whileTap={{ scale: 0.95 }} | ||
| transition={{ type: 'spring', stiffness: 400, damping: 10 }} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please add this animation in the Animations.ts file under src/styles
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes I will add this today.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hey @sa-fw-an do I need to open a new PR for the changes made in Animations.ts?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hey @sa-fw-an do I need to open a new PR for the changes made in Animations.ts?
Not needed just change it and commit :)
|
Amazing work by the work @mayur-driod |
Hey I would love to join. Please let me know whenever it's happening. Thanks :) |
Hey, I have added this functionality. Here is the demo of it working. Subscribe.to.newsletter.2.mp4 |
|
Please Build & Check Linting of your project before committing.
|
Yes, I'm sorry about that. VS code imported something automatically, causing errors. But now it's working as expected. please take a look: Subscribe.button.animation.mp4Also thanks for the support @Niranjan7407 |
Name: Added Subscribe Functionality.
about: In this PR I have currently added the subscribe functionality for the newsletter.
Description
In the src\components\Donation.tsx I have added the logic and functionality for allowing users to subscribe to the newsletter.
Related Issue
This PR fixes #51
Changes Made
Testing Performed
I tried to sign myself up and it has successfully worked

Checklist
Additional Notes for Reviewers
After multiple attempts to test the feature, the site has blocked me. It worked successfully the first two times. Please verify whether this is a platform restriction rather than an issue on my end.