aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/components/send/send-content/send-from-row
Commit message (Collapse)AuthorAgeFilesLines
* Prevent users from changing the From field in the send screen (#5922)Alexander Tseung2018-12-1410-402/+21
| | | | | | * Prevent users from changing the From field in the send screen * Fix integration tests
* Fix rounding issue when sending max tokens (#5695)Alexander Tseung2018-11-203-9/+10
| | | | | | | | | | * 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
* Remove send_ directory, revert to just having sendDan2018-07-1613-0/+505
Revert accidentally changed constants. Require defaults in ens-input, gas-fee-display and confirm screens.