Alexander Tseung
41e38fe553
Add notification for dropped retry transactions ( #4363 )
7 years ago
Dan
7c49009854
Unit tests for containers, utils and selectors in send_/
7 years ago
bitpshr
cce123c30e
Show checksummed addresses throughout the UI
7 years ago
bitpshr
a350e80fee
Fetch token prices based on contract address
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
01e3293b65
Ensure correct address used when rendering transfer transactions.
7 years ago
Dan
21b6a3442d
Fix display of unapprovedMessages in txList (old and new ui); includes fix of undefined txParams.
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
Thomas
dd19a93447
Add i18n to tx status
7 years ago
Dan
5fe0be722b
Handle i18n with redux.
7 years ago
Dan
cc267d6c81
Fix more lint errors.
7 years ago
Dan
e94a14ef8a
Make token confirmations compatible.
7 years ago
Dan
0d33aed20e
Fix tx-list-item submitted check.
7 years ago
Dan
46ded45b81
Use correct var name in new-ui showRetryButton
7 years ago
Dan
8c7988978f
Undefined check in showRetryButton
7 years ago
Dan
e293b6349c
Styling for dropped.
7 years ago
Dan
d6e4d2e80d
Use new submittedTime field to correctly show retry button in old and new ui.
7 years ago
Dan
e6d1ce56e7
Improve phrasing of copy.
7 years ago
Dan
f805a2eb73
Fix gas calculation and nonce / forceGasMin state setting errors; retry button shows on correct tx.
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
6cee76b3e7
Add html and css for responsive retry button.
7 years ago
Dan
2b9af0734b
Replace 'Contract Published' with 'Contract Deployment' for clearer indication of contract tx state.
7 years ago
Nick Doiron
9c133aaab3
get t imported in all files currently using i18n
7 years ago
Nick Doiron
bad70eb1b3
first steps to i18n
7 years ago
Alexander Tseung
b05d21b1ba
Fix transaction list font sizes, padding
7 years ago
Dan
109e4e5d96
Hide fiat values on account details screen when eth/token value is 0.
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
c8c918d44e
Add utility for getting token data; get token data in tx-list even if token has been removed.
7 years ago
Dan J Miller
3d53716f43
Correct rendering of conversions when conversion rate is a token. ( #2498 )
7 years ago
Dan
332c7441b6
Get currency from state in account details, send and confirm screens.
7 years ago
Dan
54bbf8d859
Handle transaction totals in WEI in tx-list, send and pending.
7 years ago
Dan
ab77142c90
Show dollar sign before USD on account details page.
7 years ago
Chi Kei Chan
93a1089e08
Show token tx properly
7 years ago
Dan
55d62190e3
Fixes the saving of transactions in send and display in tx-list with conversion utility.
7 years ago
Dan J Miller
492507aa94
[NewUI] Color tx-list-item text depending on transaction status. ( #2050 )
...
* Color tx-list-item text depending on transaction status.
* Handle css change of text colour with scss instead on inline styles, add classnames package and helper function.
* Refactored to use classnames with component property className.
7 years ago
Dan
eabbfb8319
Link user from transaction list to etherscan if they have a transaction hash.
7 years ago
Dan
17b5afb8de
Create tx-list-item component.
7 years ago