sifiorg / sifi

7 stars 1 forks source link

feat(frontend): single TX toast #486

Closed boriskubrik closed 8 months ago

boriskubrik commented 9 months ago

Display a single TX toast and update it's content based on the transaction's status. In case of a jump, use getJump to keep track of jump status.

WIP as we will need to export updateToast from shared-ui -- can't use the locally installed react-toastify's toast() function, unless we create a new ToastContainer from the same package.