Dan
d8adc527f1
Lint fix.
7 years ago
Dan
1382de2cda
Internationalize converted value in currency-input.js
7 years ago
Dan
0a711f0de0
Removes t from props via metamask-connect and instead places it on context via a provider.
7 years ago
Dan
8e6ab7df05
Checking for sufficient balance in confirm ether screen; includes error messages for user.
7 years ago
Dan
be2254b880
Remove comments and console.logs
7 years ago
Dan
a109a774a5
Use ens-input component in send-v2 to allow sending to ens names.
7 years ago
Dan
a82631791e
Lint fixes
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 J Miller
5cdaf270f7
Don't block user from setting gas if estimating gas returns errors. ( #3627 )
7 years ago
Dan
09260f9c5e
Fixed t() calls where localeMessages is missing; and fix incorrect connect reference.
7 years ago
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.
7 years ago
Dan
5fe0be722b
Handle i18n with redux.
7 years ago
kumavis
34aeef50a0
i18n - load locales manually
7 years ago
Dan
2d6b378bf8
Adds inline opening of gas customization to confirm-send-ether screen.
7 years ago
Nick Doiron
9c133aaab3
get t imported in all files currently using i18n
7 years ago
Nick Doiron
99898ac775
better organization of locale file; i18n in more view files
7 years ago
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.
7 years ago
Alexander Tseung
ccb80594be
Readjust gas fees when switching networks on the send screen
7 years ago
Dan
9ced63584b
Add constanst for token transfer function signature.
7 years ago
Dan
5fe3c5aae6
Lint fixes.
7 years ago
Dan
bf4043c59b
Adds updateTransaction to background and used it to update after editing in send-v2.
7 years ago
Alexander Tseung
e226b10a89
Add react-router to allow use of the browser back button
7 years ago
Dan
2e9137dddd
Update max amount behaviour to meet new specs.
7 years ago
Dan Finlay
c6713e93ad
Fix bug where gas param was not a string
...
Prevented sending transactions.
Fixes #2598
7 years ago
Dan
9e3f921ba9
Create single action for updating all of send in redux state.
7 years ago
Dan
34ca7290c5
Allow editing of send ether.
7 years ago
Dan
08d9ecc045
Cursor pointer and hover background on from and to dropdown items.
7 years ago
Dan
a33ced3994
Focus amount input when click anywhere in amount field container
7 years ago
Dan
5a0126f17b
Rounding of vals < 0.01 in currency display consistent with master.
7 years ago
Thomas Huang
5120cfdff3
Linting
7 years ago
Dan
d1977225a4
Calculate max amount for send ether based on minimum gas total.
7 years ago
Dan
c156c85eaa
Fix amount max for sending token.
7 years ago
Dan
c57d504794
Add currency-input component to correct send amount behaviour and move currency display value state to parent component.
7 years ago
Dan
8c6e1232e4
Lint fixes.
7 years ago
Dan
716bbf67d7
Set gas price allows for WEI precision.
7 years ago
Dan
319779ab08
Adds max amount feature for send-ether
7 years ago
Dan
67bdfe87e3
Token balance in send state; validating sufficient tokens, validation updates on 'from' switching.
7 years ago
Dan
dc0b3255cf
Fixes width of from and to dropdowns in extension and on mobile views.
7 years ago
Dan
56e9f98bd0
More lint fixes
7 years ago
Dan
5a94775b3f
Lint fixes for NewUI-flat.
7 years ago
Dan
220da24f9a
Change min gas price to 0.1 GWEI
7 years ago
Dan
ef2b0d8485
Simply logic for rendering matching accounts in to-autocomplete dropdown.
7 years ago
Dan
07c4c92db6
Style dropdown of to-autocomplete.
7 years ago
Dan
e737a9565a
Improve customize gas modal error handling
7 years ago
Dan
09d659614e
Cleaner implementation of currency-display input.
7 years ago
Dan
b96ba55229
Clear send state on cancelling and signing.
7 years ago
Dan
b3dad510b7
Improve precision in send and confirm.
7 years ago
Chi Kei Chan
8f3b762461
Fix Conversions bugs; Fiat value bugs
7 years ago
Chi Kei Chan
0458643f10
various styling fix on mobile
7 years ago
Dan
c2880c4b8f
Min and default gas price, limit, total; comments out code for gas slider.
7 years ago