wu-jeffrey / nutrition-tracker-2

https://guarded-headland-90818.herokuapp.com/
0 stars 0 forks source link

Setup Snackbar / notification system #22

Closed wu-jeffrey closed 2 years ago

wu-jeffrey commented 3 years ago

Make some dope snackbar hook or something so we can call success / failure notifications in any component.

Maybe experiment with mixing Context Consumers and hooks cuz we have both functinal and class components. (We should eventually migrate all over to functional, but it might be cool to have both for now as a thought experiment)

As for usage, there's a TODO left in the profile modal. We want to determine whether request is successful and display a snackbar whenever the user updates their macro goals since now the Save btn will just send the request and close the modal regardless of outcome.