Dan
0a711f0de0
Removes t from props via metamask-connect and instead places it on context via a provider.
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
abfa74f09a
complete i18n across new UI
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
Kevin Serrano
213af0cd6c
Fix typo.
7 years ago
Kevin Serrano
aa021b9209
Add some styling.
7 years ago
Kevin Serrano
fa1ec5dcd1
Move function as util function.
7 years ago
Kevin Serrano
3a7d4a5d4e
Basic private key download file functionality.
7 years ago
Kevin Serrano
b4f621c980
Add maximum width for private key reveal
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
Dan Finlay
9bae32e78b
Add functional but ugly and hard-coded token list
8 years ago
Kevin Serrano
41e276b036
Hide the password in the private key retrieval screen.
8 years ago
Kevin Serrano
0e43606b16
Adjust private key confirmation style and logic.
8 years ago
Dan Finlay
769bd8e2ee
Removed hex prefix from private key export
...
For compatibility with Jaxx, MEW, and Geth.
Fixes #687
8 years ago
Dan Finlay
a08c3bc01b
Auto linted
8 years ago
Frankie
e9208be096
Size export confirmation input
9 years ago
kumavis
41df7bb8f6
bugfix - exportAccount - fix copyToClipboard
9 years ago
kumavis
b8ad7f2cb1
ui - fix account-export margin
9 years ago
Dan Finlay
f4d58ebc70
Move account export to subview
...
Account detail view now has an animated transitioning `subview` section that allows us to show extra details within it.
Clicking `export` now slide replaces the transaction list with the export UI.
Added cancel/done/submit buttons to the Export UI. Done submits like Enter did, the other two transition back to the transaction list.
For some reason when first unlocking, the selected account is being instantly replaced with the accounts list, so I need to fix that before merging this into master.
9 years ago