aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/components/send/send-content/send-gas-row/send-gas-row.component.js
Commit message (Collapse)AuthorAgeFilesLines
* Fixes for components that break e2e gas customization tests, plus unit test ↵Dan Miller2018-12-041-3/+3
| | | | updates.
* Test updates and additions for button integration with send screen.Dan Miller2018-12-041-3/+6
|
* Integrate gas buttons with the send screen.Dan Miller2018-12-041-8/+25
|
* 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
* Remove send_ directory, revert to just having sendDan2018-07-161-0/+48
Revert accidentally changed constants. Require defaults in ens-input, gas-fee-display and confirm screens.