Commit Graph

101 Commits (d206f183f5a07787535acd196c506145f00a199e)

Author SHA1 Message Date
Chi Kei Chan 67ee5b21e6 Query for gas estimates 7 years ago
Dan a195427e72 Fix send of USD and backspacing amount to 0 7 years ago
Dan 39365f2cc4 Update the correct values in state when estimates are received. 7 years ago
Dan 541b69dda9 Gets gas and price estimates when send components mount. 7 years ago
Dan 5f6ec6aa98 Remove unnecessary trailing comma. 7 years ago
Dan 56697ea9a4 Select all in to and from of send screens, instead of clearing on focus. 7 years ago
Dan eae40e0544 Able to change selections in to and from fields of send and send token. 7 years ago
Dan 79bcb88db3 Refactor to store estimated gas and price in local state, return promise from actions. 7 years ago
Dan 88c4226bf1 Estimate gasPrice and gasLimit in send screen. 7 years ago
Dan 14bdc5a78c Client side error handling for from, to and amount fields in send.js 7 years ago
Dan 4fa79ffc6e Clean up code in send.js 7 years ago
Dan 54bbf8d859 Handle transaction totals in WEI in tx-list, send and pending. 7 years ago
Chi Kei Chan 4bcc62500f Style send ether screen 7 years ago
Dan 6bd71d6937 Fix send and pending. 7 years ago
Dan ca46bd200b Stop setting 'currentCurrency' and use local state for active currency in send.js 7 years ago
Dan 09a4491bb1 Fix saving/sending of amounts in USD 7 years ago
Dan 55d62190e3 Fixes the saving of transactions in send and display in tx-list with conversion utility. 7 years ago
Kevin Serrano 7810880f0c
Add specific error message for failed address checksum. 7 years ago
Chi Kei Chan 062e67bff8 Add buttons; handle back; add yarn.lock 7 years ago
Dan 562d2fadae Use .entries() instead of .keys(), and use more destructuring, for simpler code. 7 years ago
Dan 78f39bcce6 Send tx working; user is taken to confirm page with correct transaction information. 7 years ago
Dan e7b3ef0708 Lint fixes 7 years ago
Dan 5a7e4c4e76 Move gas fee to a separate component. 7 years ago
Dan 1485ec7392 Move currency toggle to its own component. 7 years ago
Dan 3ce69e1b65 Clean up send.js and eth-balance.js with es6. 7 years ago
Dan c605c9897d Minor clean up. 7 years ago
Dan b251d0f675 Center tooltip on small screen size by using flexbox 7 years ago
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) 7 years ago
Dan cd351e8aef Move getTaxBN and bnMultiplyByFraction to util.js 7 years ago
Dan dc72c4cc91 Using eth balance component to ensure proper rounding. 7 years ago
Dan af6e30b8ba Bind SendTransactionScreen methods to this in constructor. 7 years ago
Dan 43ceeacf0f Refactor for clean handling of tooltip close. 7 years ago
Dan 0a44c82458 Styles and behaviour correct 7 years ago
Dan c9e134a996 Fully connect gas data in send form and tooltip to state; final styling improvements. 7 years ago
Dan 05e6eaf171 Updating current currency from send form. 7 years ago
Dan ff247289ae Tooltip closing on click outside. 7 years ago
Dan e56b8c5055 Refactor tooltip to remove external lib; tooltip now updating gas fee in parent. 7 years ago
Dan 5677fdaf68 Toggling tooltip. 7 years ago
Dan d990a8eb86 Add 'customize' text to gas input. 7 years ago
sdtsui 5893f2fd19 Add data field to send token screen 7 years ago
sdtsui 1528fae9ea [WIP] Successfully sign a hardcoded transaction, hook up remaining inputs and error validation later 7 years ago
sdtsui 3b5749c3bc [WIP] Use hardcoded values for dispatching from signTx 7 years ago
sdtsui c1fd19393f Remove border and apply background color to gas input 7 years ago
sdtsui 97a6a8e4f6 Add layout and props for send screen inputs 7 years ago
sdtsui d1bc7111b5 [WIP] - Styling Send Screen - Need to bring in data contract for signTx 7 years ago
sdtsui d6116aaf57 [WIP] Tweak Send Screen Styles 7 years ago
sdtsui 49e3713704 Cleanup send, move send token into separate func to make room for send ETH 7 years ago
sdtsui 689f60d1ce Add rounded background to total token, with minor styling tweaks 7 years ago
sdtsui 8ace4710ff Clean up send screen 7 years ago
sdtsui 25259cc2cd Center action buttons, add minor style adjustments 7 years ago