MutinyWallet / mutiny-web-poc

Mutiny node frontend proof of concept
MIT License
6 stars 3 forks source link

Make one global MutinyToaster #4

Open futurepaul opened 1 year ago

futurepaul commented 1 year ago

should get rid of a lot of redundant toaster components, just need to find a good spot to put it

benalleng commented 1 year ago

In creating a global mutiny toaster, is the goal to just get rid of having imports from many different places? like merging the toast function and the mutinyToaster into the same location so we don't need to always have the react-hot-toast as an import everywhere. I just want to get an idea about what exactly you mean by creating one global toaster