aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/components/ens-input.js
Commit message (Expand)AuthorAgeFilesLines
* lintbrunobar792018-08-041-1/+1
* fixed issue with inputbrunobar792018-08-041-0/+1
* added qr code scanner icon in send transactionbrunobar792018-07-241-0/+1
* Remove send_ directory, revert to just having sendDan2018-07-161-1/+1
* fixes #4664trejgun2018-07-031-1/+1
* Remove commented out code in ens-input.Dan2018-06-221-1/+0
* ENS input in send form shows distinct errors for invalid addresses and non-ex...Dan2018-06-151-9/+21
* ENS name revalidates on network change.Dan2018-06-131-23/+33
* Require loglevel singleton in each module that uses itbitpshr2018-04-141-0/+1
* Don't prevent user from setting an eth address in to field if there is no ens...Dan2018-04-051-2/+2
* Removes t from props via metamask-connect and instead places it on context vi...Dan2018-03-291-3/+9
* Merge branch 'master' into i18n-translator-reduxDan2018-03-271-31/+11
|\
| * Use ens-input component in send-v2 to allow sending to ens names.Dan2018-03-261-30/+11
* | i18n redux solution doesn't require importing t() and passing state to each t...Dan2018-03-221-4/+4
* | Handle i18n with redux.Dan2018-03-161-3/+3
* | i18n - load locales manuallykumavis2018-03-151-1/+1
|/
* get t imported in all files currently using i18nNick Doiron2018-01-251-0/+1
* first steps to i18nNick Doiron2018-01-231-2/+2
* Merge branch 'master' into NewUI-flatChi Kei Chan2017-10-251-1/+1
|\
| * Add support for alternative ENS TLDsDan Finlay2017-10-231-1/+1
* | Add layout and props for send screen inputssdtsui2017-08-231-9/+2
* | Add responsive container; add send token copysdtsui2017-07-301-0/+7
* | Move responsive ui into its own folder for easier mergesDan Finlay2017-07-211-0/+170
* | Make folder for responsive UIDan Finlay2017-07-041-170/+0
|/
* Fix react warning for keys on ens address bookKevin Serrano2017-06-271-1/+1
* Cleanup zero addresses.Kevin Serrano2017-06-141-5/+6
* Fix check icon appearing in inappropriate situations.Kevin Serrano2017-06-131-13/+4
* Fix for quick switch on ENS namesfrankiebee2017-06-061-0/+2
* set the ensResolution to an invalid address if an error ocurs durring look upfrankiebee2017-06-061-0/+1
* Dissallow transactions to be sent to 0x0000000000000000000000000000000000000000frankiebee2017-06-061-0/+1
* LintedDan Finlay2017-05-161-2/+3
* ens - add mainnet ens supportkumavis2017-05-101-7/+9
* Merge branch 'i1381-GasPriceInGwei' of github.com:MetaMask/metamask-plugin in...Kevin Serrano2017-05-091-0/+1
|\
| * Fix ens iterated element without key errorDan Finlay2017-05-081-0/+1
* | ui - remove web3, use eth-querykumavis2017-05-091-1/+1
|/
* Fix linting warningsThomas Huang2017-04-271-3/+3
* Minor change in removing opts object.Kevin Serrano2017-03-151-4/+1
* Add comments.Kevin Serrano2017-03-111-0/+5
* Allow for adding recently used addresses to address book.Kevin Serrano2017-03-101-2/+11
* Create distinct labels and names for addresses.Kevin Serrano2017-03-101-1/+5
* Display owned addresses in datalist.Kevin Serrano2017-03-101-0/+10
* Add ENS click to copyDan Finlay2017-03-091-9/+8
* Get basic ENS workingDan Finlay2017-03-091-11/+26
* Add ens recognition to send form inputDan Finlay2017-03-011-0/+131