FlipsideCrypto / badger

EVM primitive, protocol and app layer that exposes top-down management mechanisms for on-chain organizations. Badger is the key to the existing gates and locks within Web3.
https://www.trybadger.com/
MIT License
22 stars 1 forks source link

feat: errors and transaction loading #240

Closed masonchain closed 1 year ago

masonchain commented 1 year ago

A few structural changes, but message screens that overrule the dom of the page they are on now fade in and out, and can be set by any component anywhere in the tree.

The structural changes in this PR include everything needed for the tutorial, transaction steps, loading screens, and errors.

Transaction and loading screens has been fully completed. If there is any small css touch ups you want to do to the animations please be my guests. Errors is set up but there's a good way to catch any in the component tree and match to an error code I just know it. It's all in my brain I just gotta crank it out and it's coming right after this.