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
Dan
d9160ac6da
Merge branch 'master' into retry-tx-refractor
2018-03-20 09:27:27 -02:30
Dan J Miller
5cdaf270f7
Don't block user from setting gas if estimating gas returns errors. ( #3627 )
2018-03-20 06:47:45 -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
798988597b
Merge branch 'master' into retry-tx-refractor
2018-03-14 00:02:27 -02:30
Dan
2d6b378bf8
Adds inline opening of gas customization to confirm-send-ether screen.
2018-03-09 02:03:36 -03:30
Nick Doiron
9c133aaab3
get t imported in all files currently using i18n
2018-01-24 19:41:29 -10:00
Nick Doiron
99898ac775
better organization of locale file; i18n in more view files
2018-01-23 22:14:47 -10:00
Dan J Miller
4fae461a67
[NewUI] Send screen gas loading fixes ( #3027 )
...
* Allow entering amount, but disable validation of amount, opening of gas customizer or clicking of next, when gas loading in send.
* Fix variable name.
2018-01-17 20:47:01 -08:00
Dan
56e9f98bd0
More lint fixes
2017-11-02 09:45:59 -02:30
Dan
5a94775b3f
Lint fixes for NewUI-flat.
2017-11-02 00:00:33 -02:30
Dan
332c7441b6
Get currency from state in account details, send and confirm screens.
2017-10-19 16:30:54 -02:30
Dan
f01d119cc1
Fixes mobile styling.
2017-10-19 11:38:14 -07:00
Dan
f81226fbe9
Move all of send state to metamask state.
2017-10-18 20:21:46 -07:00
Dan
a9244f5e42
Customize Gas connected to state
2017-10-15 23:09:05 -04:00
Dan J Miller
803eaaf968
[NewUI] SendV2-#8: Send container handles tokens; gas info dynamic from state ( #2364 )
...
* Adds memo field to send-v2.
* Vertical align transaction with flexbox.
* Customize Gas UI
* Remove internal state from InputNumber and fix use in gastooltip.
* Move customize-gas-modal to its own folder and minor cleanup
* Create send container, get account info from state, and make currency display more reusable
* Adjusts send-v2 and container for send-token. Dynamically getting suggested gas prices.
2017-10-13 13:19:22 -07:00