MyCrypto/common
Eddie Wang a9f78011cb Swap UX Cleanup (#339)
Fixes #226
Fixes #383

Added a simple check to ensure that swap rates exist so we don't get a NaN error, which would be confusing to users.

Instead, the form is hidden and a spinner is shown until the bityRates are ready for the user.

* adds spinner while fetching

* added error on top of input

* removed classnames prop and added cn

* added simple err mssge

* css fixes and disabled button

* better err mssge generation and fixed swap details

* minor typo

* added redux notification on unreachable error

* minheight for err message and swap update on redux change

* fixed formatting and removed className prop
2017-11-14 10:37:56 -08:00
..
actions Replace bignumber.js with bn.js (#319) 2017-11-12 11:45:52 -08:00
api Redux promise middleware (v2) (#233) 2017-09-25 20:41:11 -07:00
assets Offline Send (#276) 2017-10-10 22:04:49 -07:00
components Replace bignumber.js with bn.js (#319) 2017-11-12 11:45:52 -08:00
config Wallet Decrypt - Web3 (MetaMask / Mist) (#303) 2017-11-09 19:30:20 -08:00
containers Swap UX Cleanup (#339) 2017-11-14 10:37:56 -08:00
libs Replace bignumber.js with bn.js (#319) 2017-11-12 11:45:52 -08:00
reducers Replace bignumber.js with bn.js (#319) 2017-11-12 11:45:52 -08:00
sagas Replace bignumber.js with bn.js (#319) 2017-11-12 11:45:52 -08:00
sass Animate transaction notifications & fix styles (#305) 2017-11-06 22:20:19 -08:00
selectors Replace bignumber.js with bn.js (#319) 2017-11-12 11:45:52 -08:00
translations Convert Translations to JSON (#287) 2017-10-14 12:02:40 -07:00
typescript Replace bignumber.js with bn.js (#319) 2017-11-12 11:45:52 -08:00
utils Replace bignumber.js with bn.js (#319) 2017-11-12 11:45:52 -08:00
vendor Wallet Decrypt - Ledger (#238) 2017-10-05 16:29:14 -07:00
Root.tsx Sign & Verify Message (#315) 2017-10-30 12:10:25 -07:00
derivation-checker.ts Replace bignumber.js with bn.js (#319) 2017-11-12 11:45:52 -08:00
index.html No Javascript / Old Browser Blockers (#280) 2017-10-10 15:57:15 -07:00
index.tsx Contracts UI (#277) 2017-10-16 21:01:28 -07:00
store.ts Wallet Decrypt - Web3 (MetaMask / Mist) (#303) 2017-11-09 19:30:20 -08:00
vendors.js EthereumJS-Wallet (Part 3) (#316) 2017-11-08 10:16:43 -08:00