keep-network / tbtc-dapp

Deposit BTC and redeem TBTC
http://dapp.test.tbtc.network/
MIT License
33 stars 31 forks source link

Progress panel #365

Open ironng opened 3 years ago

ironng commented 3 years ago

Adds the progress panel to mint and redeem flows. In addition to a new <ProgressPanel> component, this creates <DepositPage> (and <RedemptionPage>) components so that each view includes the progress panel with the correct state.

This currently just hides the progress panels for smaller screens < 992px. It seems like the either stacking the panel on top or below the active page area is not ideal?

Note that the redemption progress panel step titles and details are TBD. They are matched to the sequence via reducer actions but the actual copy is still up in the air.

Ready to review once #364 is merged.

Screenshots ![FireShot Capture 143 - tBTC - localhost](https://user-images.githubusercontent.com/1986137/93947550-d7bc1680-fcf0-11ea-8332-8751088f38d4.png) ![FireShot Capture 146 - tBTC - localhost](https://user-images.githubusercontent.com/1986137/93947555-dbe83400-fcf0-11ea-9a3d-6d8f4e7d6dc1.png)