aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/components/send/tests/send-component.test.js
Commit message (Collapse)AuthorAgeFilesLines
* Uses more reliable api on main send screen; caches basic api results in modalDan Miller2018-12-041-16/+2
|
* Read only connection of gas price chart to reduxDan Miller2018-12-041-8/+30
|
* Connects remained of the gas customization component to redux.Dan Miller2018-12-041-24/+22
|
* Connect the gas-button-group component to redux and a live api.Dan Miller2018-12-041-0/+12
|
* Fix rounding issue when sending max tokens (#5695)Alexander Tseung2018-11-201-2/+0
| | | | | | | | | | * 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
* Update gas when hex data changes on send screenWhymarrh Whitby2018-10-011-0/+1
|
* Adds feature flag toggle for the hex data row on the send screen.Dan Miller2018-08-271-0/+5
|
* Remove send_ directory, revert to just having sendDan2018-07-161-0/+332
Revert accidentally changed constants. Require defaults in ens-input, gas-fee-display and confirm screens.