aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/components/ens-input.js
Commit message (Collapse)AuthorAgeFilesLines
* 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 ↵Dan2018-04-051-2/+2
| | | | ens support.
* Removes t from props via metamask-connect and instead places it on context ↵Dan2018-03-291-3/+9
| | | | via a provider.
* 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 ↵Dan2018-03-221-4/+4
| | | | | | | | t() call; t is just available on props.
* | 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
| | | | | | | | Fixes #2428
* | 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 ↵Kevin Serrano2017-05-091-0/+1
|\ | | | | | | into i1381-GasPriceInGwei
| * 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
| | | | Also bump ethjs-ens version to get proper error for unregistered names.
* Get basic ENS workingDan Finlay2017-03-091-11/+26
| | | | & merge master into ENS branch.
* Add ens recognition to send form inputDan Finlay2017-03-011-0/+131
Attempts to lookup `.eth` addresses on ENS. Is currently failing. I've written an isolation example of the problem here: https://github.com/flyswatter/ens-test