aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/pages/send/send-content
Commit message (Collapse)AuthorAgeFilesLines
* it seems safer to have workaround in UI layer instead of changing the ↵Chen Wei2019-07-031-1/+1
| | | | constants or logic
* Revert "part of replacing 'ETH'"Chen Wei2019-07-031-2/+2
| | | | This reverts commit dd139452d053496d79816c881dbb59ee4aded81b.
* part of replacing 'ETH'Chen Wei2019-07-021-2/+2
|
* revert replacing "ETH" with "TAN"Chen Wei2019-07-021-1/+1
|
* configuration, translation updatingChen Wei2019-07-021-1/+1
|
* Remove unused fn arguments in AmountMaxButtonWhymarrh Whitby2019-05-211-1/+1
|
* Improved UX for sweeping accounts (#6488)Etienne Dusseault2019-05-2110-31/+137
| | | | | | | | | | | | * Changed max button to checkbox, disabled input if max mode is on, recalculate price according to gas fee if max mode is on * Disabled insufficient funds message in the modal if max mode is on, displays proper amounts in modal when max mode is on, sets the send amount according to custom gas price after gas modal save, resets the send amount after resetting custom gas price * Disabled max mode checkbox if gas buttons are loading, refactored gas-modal-page-container * Implemented new max button & max mode message. Moved insufficient funds error to underneath the send amount field * Fixed existing integration test to pass, created new tests to ensure send amount field is disabled when max button is clicked and the amount changes when the gas price is changed. Refactored some components
* Check for unused function arguments (#6583)Whymarrh Whitby2019-05-093-3/+3
| | | | | | | | | | * eslint: Check for unused function arguments * eslint: Ignore unused '_' in argument list Also allow any number of '_' e.g., '__' or '___' which is to be used sparingly * Remove and rename unused arguments
* Remove KNOWN_ADDRESS_ERROR from error objects (#6578)Chi Kei Chan2019-05-092-7/+6
| | | | | | * Remove KNOWN_ADDRESS_ERROR from error objects * Update test comments
* Use metricsEvent in AmountMaxButton componentWhymarrh Whitby2019-05-082-5/+15
|
* Ensure future tokens add decimals as numbers while supporting numbers and ↵Dan Miller2019-04-181-1/+1
| | | | strings in send-asset-row
* Fix PropTypes validation in send-asset-rowChi Kei Chan2019-04-181-1/+1
|
* Add token selection to the send screen (#6445)Chi Kei Chan2019-04-1877-0/+3266
* Move send to pages/ * Fix unit tests * Finish UI * Integrate asset dropdown to send actions * Remove console.log * Hide asset change during edit * Enable switch from send token to seand eth * Enable switching from token to eth when editing * Fix linter * Fixing test * Fix unit tests * Fix linter * Fix react warning; remove console.log * fix flat test * Add metrics * Address code review comments * Consistent spacing between send screen form rows. * Reduce height of gas buttons on send screen. * Make send screen gas button height dependent on size of contents.