h4i-recruitment icon indicating copy to clipboard operation
h4i-recruitment copied to clipboard

Add nice looking toasts instead of using alerts

Open tko22 opened this issue 6 years ago • 0 comments

There a couple libraries for react toasts to choose from:

  • https://github.com/fkhadra/react-toastify
  • https://tomchentw.github.io/react-toastr/
  • https://www.npmjs.com/package/react-toasts

First, replace many of the alerts with toasts and find different places where adding a toast notification would be nice. A couple places on top of my head...

  • Logging in/out
  • Wrong credentials
  • Successfully/Failing adding an interview

tko22 avatar Dec 11 '18 21:12 tko22