Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Require loglevel singleton in each module that uses it | bitpshr | 2018-04-14 | 1 | -0/+1 |
| | |||||
* | Don't prevent user from setting an eth address in to field if there is no ↵ | Dan | 2018-04-05 | 1 | -2/+2 |
| | | | | ens support. | ||||
* | Removes t from props via metamask-connect and instead places it on context ↵ | Dan | 2018-03-29 | 1 | -3/+9 |
| | | | | via a provider. | ||||
* | Merge branch 'master' into i18n-translator-redux | Dan | 2018-03-27 | 1 | -31/+11 |
|\ | |||||
| * | Use ens-input component in send-v2 to allow sending to ens names. | Dan | 2018-03-26 | 1 | -30/+11 |
| | | |||||
* | | i18n redux solution doesn't require importing t() and passing state to each ↵ | Dan | 2018-03-22 | 1 | -4/+4 |
| | | | | | | | | t() call; t is just available on props. | ||||
* | | Handle i18n with redux. | Dan | 2018-03-16 | 1 | -3/+3 |
| | | |||||
* | | i18n - load locales manually | kumavis | 2018-03-15 | 1 | -1/+1 |
|/ | |||||
* | get t imported in all files currently using i18n | Nick Doiron | 2018-01-25 | 1 | -0/+1 |
| | |||||
* | first steps to i18n | Nick Doiron | 2018-01-23 | 1 | -2/+2 |
| | |||||
* | Merge branch 'master' into NewUI-flat | Chi Kei Chan | 2017-10-25 | 1 | -1/+1 |
|\ | |||||
| * | Add support for alternative ENS TLDs | Dan Finlay | 2017-10-23 | 1 | -1/+1 |
| | | | | | | | | Fixes #2428 | ||||
* | | Add layout and props for send screen inputs | sdtsui | 2017-08-23 | 1 | -9/+2 |
| | | |||||
* | | Add responsive container; add send token copy | sdtsui | 2017-07-30 | 1 | -0/+7 |
| | | |||||
* | | Move responsive ui into its own folder for easier merges | Dan Finlay | 2017-07-21 | 1 | -0/+170 |
| | | |||||
* | | Make folder for responsive UI | Dan Finlay | 2017-07-04 | 1 | -170/+0 |
|/ | |||||
* | Fix react warning for keys on ens address book | Kevin Serrano | 2017-06-27 | 1 | -1/+1 |
| | |||||
* | Cleanup zero addresses. | Kevin Serrano | 2017-06-14 | 1 | -5/+6 |
| | |||||
* | Fix check icon appearing in inappropriate situations. | Kevin Serrano | 2017-06-13 | 1 | -13/+4 |
| | |||||
* | Fix for quick switch on ENS names | frankiebee | 2017-06-06 | 1 | -0/+2 |
| | |||||
* | set the ensResolution to an invalid address if an error ocurs durring look up | frankiebee | 2017-06-06 | 1 | -0/+1 |
| | |||||
* | Dissallow transactions to be sent to 0x0000000000000000000000000000000000000000 | frankiebee | 2017-06-06 | 1 | -0/+1 |
| | |||||
* | Linted | Dan Finlay | 2017-05-16 | 1 | -2/+3 |
| | |||||
* | ens - add mainnet ens support | kumavis | 2017-05-10 | 1 | -7/+9 |
| | |||||
* | Merge branch 'i1381-GasPriceInGwei' of github.com:MetaMask/metamask-plugin ↵ | Kevin Serrano | 2017-05-09 | 1 | -0/+1 |
|\ | | | | | | | into i1381-GasPriceInGwei | ||||
| * | Fix ens iterated element without key error | Dan Finlay | 2017-05-08 | 1 | -0/+1 |
| | | |||||
* | | ui - remove web3, use eth-query | kumavis | 2017-05-09 | 1 | -1/+1 |
|/ | |||||
* | Fix linting warnings | Thomas Huang | 2017-04-27 | 1 | -3/+3 |
| | |||||
* | Minor change in removing opts object. | Kevin Serrano | 2017-03-15 | 1 | -4/+1 |
| | |||||
* | Add comments. | Kevin Serrano | 2017-03-11 | 1 | -0/+5 |
| | |||||
* | Allow for adding recently used addresses to address book. | Kevin Serrano | 2017-03-10 | 1 | -2/+11 |
| | |||||
* | Create distinct labels and names for addresses. | Kevin Serrano | 2017-03-10 | 1 | -1/+5 |
| | |||||
* | Display owned addresses in datalist. | Kevin Serrano | 2017-03-10 | 1 | -0/+10 |
| | |||||
* | Add ENS click to copy | Dan Finlay | 2017-03-09 | 1 | -9/+8 |
| | | | | Also bump ethjs-ens version to get proper error for unregistered names. | ||||
* | Get basic ENS working | Dan Finlay | 2017-03-09 | 1 | -11/+26 |
| | | | | & merge master into ENS branch. | ||||
* | Add ens recognition to send form input | Dan Finlay | 2017-03-01 | 1 | -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 |