Commit Graph

102 Commits

Author SHA1 Message Date
Dan db1258f3de Conversion util can invert conversion rate 2017-10-08 17:49:52 -07:00
Chi Kei Chan 67ee5b21e6 Query for gas estimates 2017-09-28 17:39:53 -07:00
Dan a195427e72 Fix send of USD and backspacing amount to 0 2017-09-28 15:54:51 -07:00
Dan 39365f2cc4 Update the correct values in state when estimates are received. 2017-09-26 18:43:26 -07:00
Dan 541b69dda9 Gets gas and price estimates when send components mount. 2017-09-26 18:43:26 -07:00
Chi Kei Chan 0d4433ed58 Merge branch 'NewUI-flat' into MM-57-use-gas-estimator 2017-09-25 19:55:56 -07:00
Dan 5f6ec6aa98 Remove unnecessary trailing comma. 2017-09-25 18:30:56 -07:00
Dan 56697ea9a4 Select all in to and from of send screens, instead of clearing on focus. 2017-09-25 18:30:56 -07:00
Dan eae40e0544 Able to change selections in to and from fields of send and send token. 2017-09-25 18:30:56 -07:00
Dan 79bcb88db3 Refactor to store estimated gas and price in local state, return promise from actions. 2017-09-25 21:54:55 -02:30
Dan 88c4226bf1 Estimate gasPrice and gasLimit in send screen. 2017-09-25 21:54:55 -02:30
Dan 14bdc5a78c Client side error handling for from, to and amount fields in send.js 2017-09-22 12:10:30 -07:00
Dan 4fa79ffc6e Clean up code in send.js 2017-09-21 16:42:55 -07:00
Chi Kei Chan a67d3ecd46 Merge branch 'master' into NewUI-flat 2017-09-18 18:13:15 -07:00
Dan 54bbf8d859 Handle transaction totals in WEI in tx-list, send and pending. 2017-09-15 16:23:23 -07:00
Chi Kei Chan 4bcc62500f Style send ether screen 2017-09-14 01:32:24 -07:00
Dan 6bd71d6937 Fix send and pending. 2017-09-13 16:30:39 -07:00
Dan ca46bd200b Stop setting 'currentCurrency' and use local state for active currency in send.js 2017-09-13 14:25:20 -07:00
Dan 09a4491bb1 Fix saving/sending of amounts in USD 2017-09-13 14:22:58 -07:00
Dan 55d62190e3 Fixes the saving of transactions in send and display in tx-list with conversion utility. 2017-09-13 14:22:58 -07:00
Kevin Serrano 7810880f0c
Add specific error message for failed address checksum. 2017-09-12 12:23:21 -07:00
Chi Kei Chan 062e67bff8 Add buttons; handle back; add yarn.lock 2017-09-11 22:14:09 -07:00
Dan 562d2fadae Use .entries() instead of .keys(), and use more destructuring, for simpler code. 2017-09-05 13:00:50 -07:00
Dan 78f39bcce6 Send tx working; user is taken to confirm page with correct transaction information. 2017-09-05 13:00:50 -07:00
Dan e7b3ef0708 Lint fixes 2017-08-31 04:16:07 -07:00
Dan 5a7e4c4e76 Move gas fee to a separate component. 2017-08-30 16:46:24 -07:00
Dan 1485ec7392 Move currency toggle to its own component. 2017-08-30 16:46:24 -07:00
Dan 3ce69e1b65 Clean up send.js and eth-balance.js with es6. 2017-08-30 16:46:24 -07:00
Dan c605c9897d Minor clean up. 2017-08-29 16:09:56 -02:30
Dan b251d0f675 Center tooltip on small screen size by using flexbox 2017-08-29 13:43:43 -02:30
Dan cd5861541c Use hex values only in send.js to handle limit and price; GasTooltip accepts and returns values as hex (allows user to enter floats) 2017-08-29 12:26:33 -02:30
Dan cd351e8aef Move getTaxBN and bnMultiplyByFraction to util.js 2017-08-29 12:26:32 -02:30
Dan dc72c4cc91 Using eth balance component to ensure proper rounding. 2017-08-29 12:26:32 -02:30
Dan af6e30b8ba Bind SendTransactionScreen methods to this in constructor. 2017-08-29 12:26:32 -02:30
Dan 43ceeacf0f Refactor for clean handling of tooltip close. 2017-08-29 12:26:31 -02:30
Dan 0a44c82458 Styles and behaviour correct 2017-08-29 12:26:20 -02:30
Dan c9e134a996 Fully connect gas data in send form and tooltip to state; final styling improvements.
Fully connect gas fields in send form and tooltip to state
2017-08-25 20:54:04 -02:30
Dan 05e6eaf171 Updating current currency from send form. 2017-08-25 17:31:56 -02:30
Dan ff247289ae Tooltip closing on click outside. 2017-08-25 17:04:23 -02:30
Dan e56b8c5055 Refactor tooltip to remove external lib; tooltip now updating gas fee in parent. 2017-08-25 17:04:23 -02:30
Dan 5677fdaf68 Toggling tooltip. 2017-08-25 17:03:41 -02:30
Dan d990a8eb86 Add 'customize' text to gas input. 2017-08-25 17:03:41 -02:30
sdtsui 5893f2fd19 Add data field to send token screen 2017-08-22 15:22:00 -07:00
sdtsui 1528fae9ea [WIP] Successfully sign a hardcoded transaction, hook up remaining inputs and error validation later 2017-08-22 15:13:50 -07:00
sdtsui 3b5749c3bc [WIP] Use hardcoded values for dispatching from signTx 2017-08-22 15:05:23 -07:00
sdtsui c1fd19393f Remove border and apply background color to gas input 2017-08-22 13:09:27 -07:00
sdtsui 97a6a8e4f6 Add layout and props for send screen inputs 2017-08-22 12:47:58 -07:00
sdtsui d1bc7111b5 [WIP] - Styling Send Screen - Need to bring in data contract for signTx 2017-08-22 09:03:42 -07:00
sdtsui d6116aaf57 [WIP] Tweak Send Screen Styles 2017-08-21 16:59:00 -07:00
sdtsui 49e3713704 Cleanup send, move send token into separate func to make room for send ETH 2017-08-02 18:24:48 -07:00