aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/pages/send/send-footer
Commit message (Collapse)AuthorAgeFilesLines
* Show recipient alias in confirm header if exists (#6944)Kristian Tapia2019-08-091-0/+1
|
* Address book name save fix (#6945)Dan J Miller2019-08-031-1/+1
| | | | | | | | | | | | * Fix address book name saving and ens input errors on good inputs on unsupported networks * Add initial e2e test for address book send flow. * No longer need to click recipient row in e2e tests * Click write button in address book e2e test on seed confirm screen * Use correct seed phrase and private key in address-book.spec tests
* Add token selection to the send screen (#6445)Chi Kei Chan2019-04-1811-0/+1057
* 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.