Dan
0a711f0de0
Removes t from props via metamask-connect and instead places it on context via a provider.
7 years ago
Dan
a109a774a5
Use ens-input component in send-v2 to allow sending to ens names.
7 years ago
Dan
d24a0590d3
i18n redux solution doesn't require importing t() and passing state to each t() call; t is just available on props.
7 years ago
Dan
5fe0be722b
Handle i18n with redux.
7 years ago
kumavis
34aeef50a0
i18n - load locales manually
7 years ago
Nick Doiron
9c133aaab3
get t imported in all files currently using i18n
7 years ago
Nick Doiron
bad70eb1b3
first steps to i18n
7 years ago
Dan Finlay
926abc12b1
Add support for alternative ENS TLDs
...
Fixes #2428
7 years ago
sdtsui
97a6a8e4f6
Add layout and props for send screen inputs
7 years ago
sdtsui
2a5f2c7f40
Add responsive container; add send token copy
7 years ago
Dan Finlay
86d367957f
Move responsive ui into its own folder for easier merges
7 years ago
Dan Finlay
5eb3d5d485
Make folder for responsive UI
7 years ago
Kevin Serrano
f925a37a9f
Fix react warning for keys on ens address book
7 years ago
Kevin Serrano
790712e6fd
Cleanup zero addresses.
7 years ago
Kevin Serrano
5e03b69892
Fix check icon appearing in inappropriate situations.
7 years ago
frankiebee
94fedd1fc9
Fix for quick switch on ENS names
8 years ago
frankiebee
ec99bfd553
set the ensResolution to an invalid address if an error ocurs durring look up
8 years ago
frankiebee
bb6e41963d
Dissallow transactions to be sent to 0x0000000000000000000000000000000000000000
8 years ago
Dan Finlay
fc7b4cb4bc
Linted
8 years ago
kumavis
ac54c7d96b
ens - add mainnet ens support
8 years ago
kumavis
68be86abe9
ui - remove web3, use eth-query
8 years ago
Dan Finlay
f17c6b4eef
Fix ens iterated element without key error
8 years ago
Thomas Huang
6bdb4c8728
Fix linting warnings
8 years ago
Kevin Serrano
1ec7930c75
Minor change in removing opts object.
8 years ago
Kevin Serrano
2ab86b001d
Add comments.
8 years ago
Kevin Serrano
b34ee4daa1
Allow for adding recently used addresses to address book.
8 years ago
Kevin Serrano
d270cbc9d2
Create distinct labels and names for addresses.
8 years ago
Kevin Serrano
1ca6fff317
Display owned addresses in datalist.
8 years ago
Dan Finlay
42e4a0621b
Add ENS click to copy
...
Also bump ethjs-ens version to get proper error for unregistered names.
8 years ago
Dan Finlay
69d4aafc3e
Add ens recognition to send form input
...
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
8 years ago