aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/send.js
Commit message (Expand)AuthorAgeFilesLines
* Cleanup send, move send token into separate func to make room for send ETHsdtsui2017-08-031-35/+219
* Add rounded background to total token, with minor styling tweakssdtsui2017-07-301-2/+2
* Clean up send screensdtsui2017-07-301-2/+6
* Center action buttons, add minor style adjustmentssdtsui2017-07-301-18/+30
* Center send token content; hook up 'Next' and 'Cancel' buttonssdtsui2017-07-301-159/+191
* Add high-level css layout for Send Tokensdtsui2017-07-301-23/+78
* Add responsive container; add send token copysdtsui2017-07-301-93/+46
* Add token logo to send screensdtsui2017-07-301-2/+22
* Move responsive ui into its own folder for easier mergesDan Finlay2017-07-211-0/+288
* Make folder for responsive UIDan Finlay2017-07-041-288/+0
* Merge pull request #1681 from MetaMask/AddressStrippingDan Finlay2017-06-281-1/+1
|\
| * Remove trailing periods and white spaceThomas Huang2017-06-281-1/+1
* | Rename Send to NextThomas Huang2017-06-281-1/+1
|/
* Fix fiat renderingDan Finlay2017-05-171-0/+3
* lint - mandatory danglekumavis2017-05-161-1/+1
* ui - send - clean props assignmentkumavis2017-05-161-8/+10
* Remove redux dependency from eth-balance and its dependent treeDan Finlay2017-05-131-8/+11
* Allow for adding recently used addresses to address book.Kevin Serrano2017-03-101-2/+11
* Display owned addresses in datalist.Kevin Serrano2017-03-101-0/+2
* Add ens recognition to send form inputDan Finlay2017-03-011-5/+12
* LintedDan Finlay2017-03-011-2/+0
* Remove gasMultiplier txMeta paramDan Finlay2017-03-011-70/+1
* rename selectedAccount to selectedAddresskumavis2017-01-311-1/+1
* Fix up wordingFrankie2016-10-201-1/+1
* Add valdations to txData paramFrankie2016-10-201-0/+6
* Create callback and Clean-up detailsFrankie2016-10-141-1/+1
* fix spellingFrankie2016-10-141-4/+2
* Fix gasPrice rangeFrankie2016-10-141-1/+2
* Add custom gas field to send pageFrankie2016-10-111-33/+113
* Revert "Add new eth-lightwallet salting to vault."Frankie2016-09-131-3/+3
* Camelcase dataset key for reactDan Finlay2016-09-111-3/+3
* Add fiat balances to tx conf viewDan Finlay2016-09-071-3/+2
* Skip loading indication from send screenDan Finlay2016-09-021-1/+0
* Persist send tx form field valuesDan Finlay2016-08-261-5/+14
* Fix typoThibaut SCHAEFFER2016-07-181-1/+1
* Fix it so you cant send a negitavie amount of ETHFrankie2016-06-281-1/+5
* send-tx remove account select buttonkumavis2016-06-251-5/+3
* Manually lintedDan Finlay2016-06-221-3/+3
* Auto lintedDan Finlay2016-06-221-11/+10
* Allow empty recipient fields on txDan Finlay2016-05-201-1/+1
* Add full precision to send tx value field.Dan Finlay2016-05-201-2/+2
* Increase send value precisionDan Finlay2016-05-201-1/+1
* Add address capitalization checksummingDan Finlay2016-05-201-1/+1
* Allow txs with no recipient when they have a data fieldDan Finlay2016-05-201-9/+9
* Merge pull request #189 from MetaMask/hotfixsendTxDan Finlay2016-05-191-10/+15
|\
| * ui - sendTx - re-add warning and fix form parsingkumavis2016-05-191-10/+15
* | ui - redesign - ether amount componentkumavis2016-05-191-2/+5
|/
* ui - redesign - sendTransactionkumavis2016-05-191-46/+134
* ui - redesign - sendkumavis2016-05-141-1/+4
* Fix send view selected account bugDan Finlay2016-05-121-1/+1
* Fix floating point input bugDan Finlay2016-04-201-3/+5
* Improve some UI formattingDan Finlay2016-04-201-1/+1
* Moved UI into repo with its own dependency stackDan Finlay2016-04-141-0/+139