keep-network / tbtc-dapp

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

V2 Design System, Part 1 #361

Closed ironng closed 3 years ago

ironng commented 3 years ago

This PR implements part of the v2 design system. (We're doing this in parts so the PR isn't totally cuckoo pants.)

This part covers:

Ready for review once #358 goes through.

Screenshots ![FireShot Capture 125 - tBTC - localhost](https://user-images.githubusercontent.com/1986137/93392415-9a094a80-f825-11ea-8bb7-cac78f8efe60.png) ![Screen Shot 2020-09-16 at 1 56 17 PM](https://user-images.githubusercontent.com/1986137/93392434-a392b280-f825-11ea-8387-1a72457b2d0b.png) ![Screen Shot 2020-09-16 at 1 56 36 PM](https://user-images.githubusercontent.com/1986137/93392460-ac838400-f825-11ea-88f8-2bf1e31cce0b.png) ![Screen Shot 2020-09-16 at 1 56 46 PM](https://user-images.githubusercontent.com/1986137/93392469-af7e7480-f825-11ea-9a4a-f86531421d51.png) ![Screen Shot 2020-09-16 at 1 57 15 PM](https://user-images.githubusercontent.com/1986137/93392475-b3aa9200-f825-11ea-8c75-29dc6432f56d.png) ![FireShot Capture 128 - tBTC - localhost](https://user-images.githubusercontent.com/1986137/93392482-b7d6af80-f825-11ea-8abf-358c05464fb4.png) ![FireShot Capture 131 - tBTC - localhost](https://user-images.githubusercontent.com/1986137/93392492-bad1a000-f825-11ea-8348-f4b683acc590.png)
Shadowfiend commented 3 years ago

Quick note as I don't have the cycles to do a deep dive here quite yet: let's make sure the address in the wallet status is not transformed to uppercase if we can :)

ironng commented 3 years ago

Ready to review - I took the opportunity to sneak in a couple other improvements along with addressing the note about the wallet address casing :)