Alexander Tseung
f4d833cb09
Change btn-secondary styles to btn-default. Make btn-secondary red warning style buttons
7 years ago
Alexander Tseung
d5759cf4a8
Add storybook integration
7 years ago
Dan
6de450488b
Wraps calls to symbol() and decimals() in try catch
7 years ago
bitpshr
d0447f9058
Maintain token prices using a background service
7 years ago
bitpshr
a350e80fee
Fetch token prices based on contract address
7 years ago
Alexander Tseung
418926ffdf
Fix populating txParams with undefined data
7 years ago
Dan
2199b3720c
Allow from and to address to be the same in new-ui.
7 years ago
Dan
d166cb2b1b
Ensure txParams are prefixed with 0x when sending.
7 years ago
Alexander Tseung
6277a4c46a
Refactor onboarding flow
7 years ago
Dan
0a711f0de0
Removes t from props via metamask-connect and instead places it on context via a provider.
7 years ago
Alexander Tseung
58f52b2b8d
Fix merge conflicts. Refactor onboarding flow.
7 years ago
Dan
8e6ab7df05
Checking for sufficient balance in confirm ether screen; includes error messages for user.
7 years ago
Dan
252d692282
Prefixes to addresses with 0x before sending.
7 years ago
Dan
a109a774a5
Use ens-input component in send-v2 to allow sending to ens names.
7 years ago
Alexander Tseung
cfa2592d78
Update button styles
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
Alexander Tseung
3c1248c816
Update confirm transaction screen
7 years ago
Dan J Miller
5cdaf270f7
Don't block user from setting gas if estimating gas returns errors. ( #3627 )
7 years ago
frankiebee
faa4ffe163
new-ui - dont exclude `txParams.data` when editing and updating txParams
7 years ago
Dan Finlay
f5b0d56b9d
Add send screen template
7 years ago
Dan
c37684d7bd
Remove unnecessary addition of nonce to state.
7 years ago
Dan
5433d2fe3a
Retry transaction logic added to tx-list-item, confirm-send-ether, customize-gas-modal, and dependents.
7 years ago
Dan
462d57cb6a
Gracefully handle null token balance in new ui send.
7 years ago
Dan
68604b53dd
Prevent user from selecting max amount until there is an estimated gas total.
7 years ago
Dan J Miller
e4c83466be
Send screen style updates. ( #3234 )
7 years ago
Alexander Tseung
9db0a32dac
Update modal header design on send screen ( #3196 )
7 years ago
Alexander Tseung
2fd9e58e61
Fix lint errors
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
Alexander Tseung
b35e4e0264
Fix lint errors
7 years ago
Alexander Tseung
376e136572
Update styling for buttons, font weights
7 years ago
Dan J Miller
4acd48966e
[NewUI] Fixes tests and sends user to NewUI after registering. ( #2788 )
...
* Fixes tests and sends user to NewUI after registering.
* Karma config?
* Empty commit
* Remove unneeded json state mock file.
7 years ago
Dan
e7e1b7a951
Clone transaction while editing instead of mutating object from state.
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
4671f28476
Allow editing of token transactions.
7 years ago
Dan
0a91671ff6
Fix lint errors.
7 years ago
Dan
34ca7290c5
Allow editing of send ether.
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
e5391cf9fd
Allow sending 0 eth or tokens
7 years ago
Dan
c420249fb9
Adds max amount feature for send token
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