aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/components/send/send-footer
Commit message (Collapse)AuthorAgeFilesLines
* Fix rounding issue when sending max tokens (#5695)Alexander Tseung2018-11-201-2/+2
| | | | | | | | | | * Fix rounding issue when sending max tokens * Ensure amount row shows exact amount of max tokens on send screen (#2) * Fix tests * Change stored redux value from BigNumber to hex string. Fix TokenInput default value
* Allow sending transactions with hex data and no recipientWhymarrh Whitby2018-10-011-2/+2
|
* Inline single-use vars in send-footer.utilsWhymarrh Whitby2018-07-181-3/+1
|
* Send data along with other tx paramsWhymarrh Whitby2018-07-186-16/+61
|
* Remove send_ directory, revert to just having sendDan2018-07-1611-0/+949
Revert accidentally changed constants. Require defaults in ens-input, gas-fee-display and confirm screens.