aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/pages/send/to-autocomplete
Commit message (Collapse)AuthorAgeFilesLines
* Revert "fixed #5524"Jenny Pollack2019-06-071-16/+5
| | | | This reverts commit c8cb4ba3705478a16cd1e39f8edc1f277bb2ede6.
* fixed #5524Alex Ivasyuv2019-05-151-5/+16
|
* Check for unused function arguments (#6583)Whymarrh Whitby2019-05-091-1/+1
| | | | | | | | | | * 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
* Add token selection to the send screen (#6445)Chi Kei Chan2019-04-182-0/+130
* 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.