Dan
d24a0590d3
i18n redux solution doesn't require importing t() and passing state to each t() call; t is just available on props.
2018-03-21 22:11:47 -02:30
kumavis
29cc2f8ab9
Merge branch 'master' of github.com:MetaMask/metamask-extension into i18n-translator-redux
2018-03-20 13:01:08 -07:00
Thomas
cffaf44714
i18n Import flow
2018-03-20 09:49:12 -07:00
Dan
2ddc2cc1fb
Lint fixes.
2018-03-19 16:53:06 -02:30
Dan
5fe0be722b
Handle i18n with redux.
2018-03-15 21:59:45 -02:30
kumavis
34aeef50a0
i18n - load locales manually
2018-03-14 16:32:35 -07:00
Dan
edd5c38492
Fix translations whose substitutions params were not in arrays.
2018-03-14 12:34:13 -02:30
Thomas
208b3bc4c1
Add i18n back into JsonImportSubview
2018-03-12 08:07:12 -07:00
Thomas Huang
b7c7083a11
Merge branch 'master' into i18n
2018-03-12 10:50:55 -04:00
Alexander Tseung
4b2e52795d
Explicitly define state in import account from json component ( #3491 )
2018-03-09 16:30:31 +01:00
Dan Finlay
abe8bc19a8
Merge branch 'master' into i18n
2018-03-06 20:13:53 -08:00
Dan
2420ad2477
Correct merge conflict resolution errors.
2018-03-06 22:26:13 -03:30
Dan
9d215bab0f
Merge branch 'master' into i18n
2018-03-06 20:45:45 -03:30
Thomas
ee254b4f6f
Import Account disclaimer
2018-03-02 18:24:09 -08:00
Thomas
50f20358c1
Add import account disclaimer
2018-02-27 12:01:09 -08:00
Dan
b0db68a281
Merge branch 'uat' into uat-next
2018-02-07 21:19:14 -03:30
Dan
d8896a8c31
Merge branch 'master' into uat
2018-02-07 16:32:47 -03:30
Dan J Miller
971112d413
[NewUI] Updates capitalization and alignment for the import account screen. ( #3122 )
...
* Updates capitalization and alignment for the import account screen.
* Align elements in import form.
2018-01-31 13:41:13 -08:00
Dan J Miller
8378445112
[NewUI] Set default new account name as placeholder, but not value ( #3121 )
...
* Set default new account name as placehold, and not value, in new account create screen.
* Set new account number in create-form.js in constructor.
2018-01-31 13:40:14 -08:00
Dan Finlay
11a944719f
Add warning when importing no valid file
...
Fixes #3089
2018-01-30 15:11:05 -08:00
Nick Doiron
abfa74f09a
complete i18n across new UI
2018-01-29 15:29:01 -05:00
Nick Doiron
7da52c5997
separate out cross-browser i18n for extensions
2018-01-24 10:10:28 -10:00
Nick Doiron
99898ac775
better organization of locale file; i18n in more view files
2018-01-23 22:14:47 -10:00
Dan
2bc85ea72f
Fix input box padding and select highlight in new account create and import page.
2018-01-12 13:42:51 -08:00
Dan
980e1bfcf8
New add account page with create and import options.
2018-01-12 13:42:51 -08:00
Chi Kei Chan
e61ba93194
Merge branch 'master' into merge-master
2017-11-15 12:03:13 -08:00
Daijiro Wachi
0bfa10e501
Remove warning message when show import page
...
Fixes: https://github.com/MetaMask/metamask-extension/issues/1192
2017-10-30 20:04:44 +01:00
Dan
0ed1add110
Clear import error state on logout.
2017-10-26 12:27:09 -07:00
Chi Kei Chan
e263ae9421
Update Import Account Help Link
2017-10-25 00:38:20 -07:00
Chi Kei Chan
085551b7e6
New Account modal
2017-10-17 22:38:07 -07:00
Alexander Tseung
6defb880fb
Fix SELECT TYPE dropdown changing sizes based on error message ( #2359 )
2017-10-13 13:23:50 -07:00
Dan Finlay
a22adec66f
Replace ui with responsive-ui
2017-07-24 17:05:07 -07:00
Dan Finlay
86d367957f
Move responsive ui into its own folder for easier merges
2017-07-20 12:38:38 -07:00
Dan Finlay
5eb3d5d485
Make folder for responsive UI
2017-07-03 15:39:25 -07:00
Thomas Huang
d5f0ee4f5e
Add Back Button for Import Screen
2017-06-27 18:40:47 -07:00
Kevin Serrano
a8ababe2f4
Add a new warning for file import JSON
2017-06-14 10:13:07 -07:00
Dan Finlay
b4e6ea9db7
Fix fiat rendering
...
Fixes #1439 .
When reorganizing fiat-value component to not use global state, had missed its necessary `currentCurrency` parameter.
This now passes it in wherever it's used.
2017-05-16 11:36:21 -07:00
Dan Finlay
19db11856b
Remove redux dependency from eth-balance and its dependent tree
...
For better unit testability of the conf-tx view.
2017-05-12 12:44:51 -07:00
Thomas Huang
6bdb4c8728
Fix linting warnings
2017-04-26 21:05:45 -07:00
Kevin Serrano
088bfd5e8d
Fix account detail transition fix.
2017-04-05 13:38:33 -07:00
kumavis
067459da4c
Filter txs by txMeta network value in account detail
2017-03-28 14:39:45 -07:00
Kevin Serrano
5d14925842
Fix styling of error message.
2017-03-22 16:54:10 -04:00
Frankie
ce0c3ed03c
Merge branch 'dev' into messageManagerCleanUp
2017-02-01 12:03:42 -08:00
kumavis
f9b31fe2c3
rename selectedAccount to selectedAddress
2017-01-30 15:08:31 -08:00
Frankie
fdee1e3701
Merge branch 'dev' into messageManagerCleanUp
2017-01-28 22:59:28 -08:00
Frankie
8be68575bb
Clean up message manger includes:
...
Provider egine bump
Remove presence of message manger in keyring controller
Change the status wording fom conf to approved
make Message manager a class
fix messages not being apart of the badge
re write message manger to better reflect controller pattern
2017-01-28 20:28:20 -08:00
kumavis
4dd6ba9c1b
migration 5 - move keyring controller state to substate
2017-01-28 19:19:03 -08:00
Dan Finlay
9126652f2e
Implement naieve JSON file importing
...
Doesn't work on any JSON file I have, it's a very naieve strategy provided by ethereumjs-wallet. Will need to raise its sophistication before deploying to production.
2017-01-18 16:15:25 -08:00
Dan Finlay
b52346388b
Added new modular private key import system
...
Now any strategy for importing a private key that can be described as a pure function can be very easily turned into a MetaMask import strategy.
I've created a generic and reusable UI action called `importNewAccount(strategy, args)`.
The `strategy` is a unique identifier defined in `app/scripts/account-import-strategies`, and the `args` will be passed to the member of the `strategies` array whose key matches the strategy string.
Strategies return private key hex strings, and are used by the metamask-controller to create a new keyring, and select that new account, before calling back.
This also implements @frankiebee's idea of showing the imported account when it's been imported (my oversight!).
This commit only moves us to this architecture, keeping feature parity for private key import, but has some untested code for importing geth-style JSON files as well!
2017-01-18 15:20:48 -08:00
Dan Finlay
9ed6381c5d
Remove unused UI files
2017-01-17 16:31:12 -08:00