axel37 / ionic-tmdb-pwa

Learning Ionic and React with a small frontend for the TMDB api.
0 stars 0 forks source link

Favorites : undo #2

Open axel37 opened 2 months ago

axel37 commented 2 months ago

An undo button is always better than asking for confirmation then not being able to go back !

This should be rather easy to accomplish for an action as simple as adding or removing a favorite.

Could probably be a (dismissable) toast.

axel37 commented 1 month ago

React-redux claims to facilitate undos