c2siorg / Codelabz

Codelabz
Apache License 2.0
11 stars 51 forks source link

reusable-toastify-functionality-added #51

Open SURAJ-SHARMA27 opened 6 months ago

SURAJ-SHARMA27 commented 6 months ago

Description

This pull request aims to implement Toastify-based confirmation functionality throughout the website. The goal is to provide users with clear and concise feedback on their actions, ensuring that they are informed about the current status of their requests or changes. Toastify will be used to display non-intrusive notifications, enhancing the overall user experience.

Related Issue

resolves #50

Motivation and Context

The current lack of confirmation feedback in the website creates uncertainty for users regarding the status of their actions. Implementing Toastify-based confirmation will address this issue by providing real-time notifications for various user interactions.

How Has This Been Tested?

tested it locally

Screenshots or GIF (In case of UI changes):

https://github.com/c2siorg/Codelabz/assets/90304648/5cedad7a-16db-40de-9bed-aca1229a259a

Types of changes

Checklist:

rohitPandey469 commented 6 months ago

@SURAJ-SHARMA27 Hey brother, What about the already existing Snackbar component which is not configured properly so it's not showing when some action is being done ( well, it's a bug - and need a quick fix ). You can check https://github.com/scorelab/Codelabz/pull/1141 Do suggest if we need a clean + good code or just a code :)