Alexander Tseung
4512243290
Fix styling on confirm-send-ether and confirm-send-token ( #3600 )
7 years ago
Dan
b0122be3c9
Set retry gasPrice to forceGasMin on confirm screen in cases where gas is not edited.
7 years ago
Dan
66422cd083
Force gas min has correct precision and is set when editing gas if max.
7 years ago
Dan
a4c6a5e92e
Ensure changes from customize gas modal opened from confirm screen are captured for non-tx transactions.
7 years ago
Dan
cc267d6c81
Fix more lint errors.
7 years ago
Dan
e94a14ef8a
Make token confirmations compatible.
7 years ago
Alexander Tseung
d84341f323
Add empty object default value for tokenData ( #3493 )
7 years ago
Dan J Miller
35c762da47
Updates the styling of confirm send ether and token screens. ( #3235 )
7 years ago
Nick Doiron
abfa74f09a
complete i18n across new UI
7 years ago
Nick Doiron
7da52c5997
separate out cross-browser i18n for extensions
7 years ago
Nick Doiron
99898ac775
better organization of locale file; i18n in more view files
7 years ago
Alexander Tseung
376e136572
Update styling for buttons, font weights
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
Dan
1f1fc2c49e
Canceled, edited transactions show edited amount.
7 years ago
Dan J Miller
339eb7d1a6
Fix edit to field bug. ( #2738 )
7 years ago
Dan
9e3f921ba9
Create single action for updating all of send in redux state.
7 years ago
Dan
4671f28476
Allow editing of token transactions.
7 years ago
Dan
67bdfe87e3
Token balance in send state; validating sufficient tokens, validation updates on 'from' switching.
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
Chi Kei Chan
7c10cda8a4
Fix alignment on right arrow of confirm tx screens
7 years ago
Dan
b3dad510b7
Improve precision in send and confirm.
7 years ago
Chi Kei Chan
5eb3cf43bf
Add resiliency to confirm-send-token
7 years ago
Dan
80025e278b
Fixes regression in confirm-send-token
7 years ago
Dan
7362fb8dfc
Identicon in send token show who you are sending to, not the token's identicon.
7 years ago
Dan
89af385a35
Fix handling of arithmetic on token gas in confirm-send-token.
7 years ago
Dan
332c7441b6
Get currency from state in account details, send and confirm screens.
7 years ago
Chi Kei Chan
d4343fe7e5
Fix recipient on send token
7 years ago
Chi Kei Chan
c221f5ce79
Confirm Token and Confirm Contract v2
7 years ago
Chi Kei Chan
e1077836ce
Add Confirm Send token screen
7 years ago
Chi Kei Chan
83cda2b82e
Refactor Confirmation Tx to render different screen
7 years ago
Dan
39afbea7aa
Confirm screen shows amount plus gas in total field
7 years ago
Dan
54bbf8d859
Handle transaction totals in WEI in tx-list, send and pending.
7 years ago
Chi Kei Chan
d722c1045f
Update yarn.lock; Fix tx-list-item overflow; Fix gas exchange rate
7 years ago
Dan
6bd71d6937
Fix send and pending.
7 years ago
Dan Finlay
0ba6493175
Use computed balance for tx confirmation
7 years ago
Dan
a5ab91e572
Enables Cancel button in confirmation screen.
7 years ago
Dan
6fa1cd6225
Reapply conversion utility changes and fix calls to utility in pending-tx.
7 years ago
Kevin Serrano
a22a2586ab
Haha silly me, only when gas is estimated and not explicit.
7 years ago
Kevin Serrano
6e725b123b
Lower warning threshold for high tx fee to account for fluctuating blockGasLimits
7 years ago
Kevin Serrano
06153dd47d
Add warning of higher failure risk since app proposed gasLimit.
7 years ago
Chi Kei Chan
8f31b05ac5
Add token exchange rates
7 years ago
Chi Kei Chan
8b5f2a95df
Improve styling in Confirmation Screen; Show decoded send token data
7 years ago
Chi Kei Chan
b64471833f
Revert "Overhaul currency conversion utility and update calls to utility in pending-tx."
...
This reverts commit 080890a46e
.
7 years ago
Dan
080890a46e
Overhaul currency conversion utility and update calls to utility in pending-tx.
7 years ago
Chi Kei Chan
7eb6dae418
Added signTokenTx; Adding token confirmation screen
7 years ago
Dan J Miller
1e83835ba8
[New-UI] Confirm Screen restyle and connect to state ( #2042 )
...
* Adds utility for converting currencies (WIP)
* Implements confirm screen
* Style tweaks.
* Confirm screen total ammount now uses real data.
* Confirm screen total ammount now uses real data.
* Replace content divider with sibling css.
* Replace section divider with scss.
7 years ago
Kevin Serrano
27ba7f6ed3
Show reject all only when tx count is > 1
7 years ago