Commit Graph

73 Commits (5facba89ca8a106e7ae964f351ab532d9029e0f5)

Author SHA1 Message Date
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
sdtsui 9709881679 Center send token content; hook up 'Next' and 'Cancel' buttons 7 years ago
sdtsui fec3e64d63 Add high-level css layout for Send Token 7 years ago
sdtsui 2a5f2c7f40 Add responsive container; add send token copy 7 years ago
sdtsui c0483fc230 Add token logo to send screen 7 years ago
Dan Finlay 86d367957f Move responsive ui into its own folder for easier merges 7 years ago
Dan Finlay 5eb3d5d485 Make folder for responsive UI 7 years ago
Thomas Huang 77054e1fbb Rename Send to Next 7 years ago
Thomas Huang a352690661 Remove trailing periods and white space 7 years ago
frankiebee 0f69a09823 Fix linting error 8 years ago
frankiebee 653319be10 move address check to util.isValidAddress 8 years ago
frankiebee bb6e41963d Dissallow transactions to be sent to 0x0000000000000000000000000000000000000000 8 years ago
Dan Finlay b4e6ea9db7 Fix fiat rendering 8 years ago
kumavis e28e0acaa8 lint - mandatory dangle 8 years ago
kumavis d5636080cf ui - send - clean props assignment 8 years ago
Dan Finlay 19db11856b Remove redux dependency from eth-balance and its dependent tree 8 years ago
Kevin Serrano b34ee4daa1 Allow for adding recently used addresses to address book. 8 years ago
Kevin Serrano 1ca6fff317
Display owned addresses in datalist. 8 years ago
Dan Finlay 69d4aafc3e Add ens recognition to send form input 8 years ago
Dan Finlay e07e4b7bc7 Linted 8 years ago
Dan Finlay da88481560 Remove gasMultiplier txMeta param 8 years ago
kumavis f9b31fe2c3 rename selectedAccount to selectedAddress 8 years ago
Frankie ac7dca22c3 Fix up wording 8 years ago
Frankie 5fb1e492fb Add valdations to txData param 8 years ago
Frankie aace26c4bd Create callback and Clean-up details 8 years ago
Frankie 328f8b0cac fix spelling 8 years ago
Frankie c400f7c0f6 Fix gasPrice range 8 years ago