Shift3 / boilerplate-client-react

The Bitwise standard starting point for new React web projects.
7 stars 10 forks source link

Overhauling modals. #638

Closed DropsOfSerenity closed 2 years ago

DropsOfSerenity commented 2 years ago

Our old modals had a few problems:

Basically I went ground up here, deleted all our old modal stuff and started fresh. react-modal-hook simply replaces some of our hooks that we had and makes things a bit more robust. Now that we can pass custom content in as well, I made some of the modal message more descriptive.

Peek 2022-09-13 09-57