ritiksaxena124 / trello-app-clone

0 stars 1 forks source link

[UI] Show a Snackbar on task creation or failure #3

Closed ritiksaxena124 closed 1 month ago

ritiksaxena124 commented 1 month ago

Current Behavior

There is no snackbar is shown after a task gets created or fails to be created.

Desired Behavior

Show snackbar after the task gets created or if there is any error.

abhishekpaturkar commented 1 month ago

Can I use toast for this issue

ritiksaxena124 commented 1 month ago

Yup @abhishekpaturkar , you can use the react-hot-toast library.