aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/pages/send
Commit message (Collapse)AuthorAgeFilesLines
* 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
* fixed #5524Alex Ivasyuv2019-05-151-5/+16
|
* Check for unused function arguments (#6583)Whymarrh Whitby2019-05-097-8/+8
| | | | | | | | | | * 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
|
* Merge pull request #6481 from MetaMask/address-prop-types-errorsThomas Huang2019-04-181-1/+1
|\ | | | | Address prop types errors
| * Ensure future tokens add decimals as numbers while supporting numbers and ↵Dan Miller2019-04-181-1/+1
| | | | | | | | strings in send-asset-row
* | Make height consistent on all row in send-content (#6480)Chi Kei Chan2019-04-182-3/+0
|/ | | | | | | | * Update all send-content row to 54px height * Remove header subtitle * Remove tests that check for send screen subheader
* 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-18118-0/+8225
* 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.