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
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.
...
Fully connect gas fields in send form and tooltip to state
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
...
Fixes #1439 .
When reorganizing fiat-value component to not use global state, had missed its necessary `currentCurrency` parameter.
This now passes it in wherever it's used.
8 years ago
kumavis
e28e0acaa8
lint - mandatory dangle
...
😛
8 years ago