aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/components/send/send-content/send-to-row/send-to-row.component.js
Commit message (Collapse)AuthorAgeFilesLines
* Prevent send to token warning (#6058)Esteban Miño2019-01-241-6/+13
|
* Prevent send to token (#6051)Esteban Miño2019-01-231-2/+4
| | | | | | | | | | | | | | * check contact metadata * check for tokens in state * tests * update tests * validation only if sending tokens * container test
* Fix rounding issue when sending max tokens (#5695)Alexander Tseung2018-11-201-2/+2
| | | | | | | | | | * 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
* Recipient not required on send screen when hex data presentWhymarrh Whitby2018-10-011-2/+3
|
* Add new variant for SenderToRecipient componentAlexander Tseung2018-08-231-1/+1
|
* fix linting errorsbrunobar792018-07-271-1/+0
|
* added webrtc-adapter for browser compatbrunobar792018-07-271-0/+1
|
* fully working without tweaking ext. permissionbrunobar792018-07-271-0/+1
|
* added qr code scanner icon in send transactionbrunobar792018-07-241-0/+1
|
* Remove send_ directory, revert to just having sendDan2018-07-161-0/+69
Revert accidentally changed constants. Require defaults in ens-input, gas-fee-display and confirm screens.