RamakrushnaBiswal / PlayCafe

it a cafe website🚀
https://play-cafe.vercel.app/
MIT License
47 stars 106 forks source link

Feat: Replace Alert with Alternative Subscription Confirmation Method #436

Open ananyag309 opened 1 month ago

ananyag309 commented 1 month ago

Describe the feature

Instead of using a standard alert for the subscription confirmation message, implement a more visually appealing method. Consider the following alternatives:

Toast Notification: Display a small, non-intrusive toast notification at the bottom right or top of the screen that fades out after a few seconds, confirming the subscription.

Inline Confirmation Message: Show a message directly below the subscription form after submission, changing its visibility from hidden to visible with a smooth transition.

Modal Popup: Use a modal dialog that appears on submission, providing the confirmation message and an option to close it.

Add ScreenShots

image

Record

RamakrushnaBiswal commented 1 month ago

Go for it @ananyag309 use antd for it