Dan
893f82491d
Merge branch 'master' into i3471-checkbalanceonconfirmscreen
2018-03-29 23:58:45 -02:30
Dan
0a711f0de0
Removes t from props via metamask-connect and instead places it on context via a provider.
2018-03-29 12:42:38 -02:30
kumavis
b324a9c295
Merge branch 'master' into i3471-checkbalanceonconfirmscreen
2018-03-27 19:42:42 -07:00
Dan
8e6ab7df05
Checking for sufficient balance in confirm ether screen; includes error messages for user.
2018-03-27 22:38:04 -02:30
Dan
be2254b880
Remove comments and console.logs
2018-03-27 10:37:45 -02:30
Dan
4f0881e41b
Merge branch 'master' into i18n-translator-redux
2018-03-26 16:13:49 -02:30
Dan
a109a774a5
Use ens-input component in send-v2 to allow sending to ens names.
2018-03-26 11:40:11 -02:30
Dan
a82631791e
Lint fixes
2018-03-21 23:48:10 -02:30
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
09260f9c5e
Fixed t() calls where localeMessages is missing; and fix incorrect connect reference.
2018-03-19 16:39:37 -02:30
Dan
d8788af9b8
Merge branch 'master' into retry-tx-refractor
2018-03-19 15:30:47 -02:30
Dan
5733820024
Merge branch 'master' into i18n-translator-redux
2018-03-19 14:39:04 -02:30
anticlimactic
a1db40047c
Remove unused files from ui folder. ( #3577 )
...
* Removed unused UI files. Fixes #3434 .
* Reverted the deletion of "feature-toggle-utils.js". Reverted the deletion of the test files and modified the paths so they referred to the old-ui.
2018-03-19 12:41:24 -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
Alexander Tseung
ccb80594be
Readjust gas fees when switching networks on the send screen
2018-01-16 17:26:34 -08:00
Dan
9ced63584b
Add constanst for token transfer function signature.
2017-12-20 17:37:18 -08:00
Dan
5fe3c5aae6
Lint fixes.
2017-12-20 17:37:18 -08:00
Dan
bf4043c59b
Adds updateTransaction to background and used it to update after editing in send-v2.
2017-12-20 17:37:18 -08:00
Dan
2e9137dddd
Update max amount behaviour to meet new specs.
2017-12-06 21:15:39 -08:00
Dan Finlay
c6713e93ad
Fix bug where gas param was not a string
...
Prevented sending transactions.
Fixes #2598
2017-11-21 03:42:46 +08:00
Dan
9e3f921ba9
Create single action for updating all of send in redux state.
2017-11-14 16:18:00 -08:00
Dan
34ca7290c5
Allow editing of send ether.
2017-11-14 16:18:00 -08:00
Dan
08d9ecc045
Cursor pointer and hover background on from and to dropdown items.
2017-11-10 14:14:07 -08:00
Dan
a33ced3994
Focus amount input when click anywhere in amount field container
2017-11-10 14:13:29 -08:00
Dan
5a0126f17b
Rounding of vals < 0.01 in currency display consistent with master.
2017-11-10 14:12:26 -08:00
Thomas Huang
5120cfdff3
Linting
2017-11-10 14:07:27 -08:00
Dan
d1977225a4
Calculate max amount for send ether based on minimum gas total.
2017-11-07 21:55:12 -03:30
Dan
c156c85eaa
Fix amount max for sending token.
2017-11-07 21:47:14 -03:30
Dan
c57d504794
Add currency-input component to correct send amount behaviour and move currency display value state to parent component.
2017-11-07 20:06:26 -03:30
Dan
8c6e1232e4
Lint fixes.
2017-11-06 16:14:46 -03:30
Dan
716bbf67d7
Set gas price allows for WEI precision.
2017-11-06 16:07:02 -03:30
Dan
319779ab08
Adds max amount feature for send-ether
2017-11-06 16:03:04 -03:30
Dan
67bdfe87e3
Token balance in send state; validating sufficient tokens, validation updates on 'from' switching.
2017-11-06 15:57:57 -03:30
Chi Kei Chan
9f70762434
Merge pull request #2530 from MetaMask/uat
...
Merge uat into NewUI-flat
2017-11-02 15:20:29 -07:00
Dan
dc0b3255cf
Fixes width of from and to dropdowns in extension and on mobile views.
2017-11-02 15:17:34 -07: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
220da24f9a
Change min gas price to 0.1 GWEI
2017-10-26 12:25:33 -07:00
Dan
ef2b0d8485
Simply logic for rendering matching accounts in to-autocomplete dropdown.
2017-10-24 16:31:04 -07:00
Dan
07c4c92db6
Style dropdown of to-autocomplete.
2017-10-24 16:31:04 -07:00
Dan
e737a9565a
Improve customize gas modal error handling
2017-10-23 22:41:30 -07:00