aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/components/tx-list-item.js
Commit message (Collapse)AuthorAgeFilesLines
* earliest tx by submittedTimeEsteban MIno2018-07-261-5/+8
|
* only show retry button on earliest pending txEsteban MIno2018-07-261-1/+7
|
* Increase clickable area and padding of Retry Transaction barAlexander Tseung2018-07-171-14/+10
|
* Prevent calling setState in TxListItem after unmountWhymarrh Whitby2018-07-051-0/+9
|
* Merge branch 'develop' into i3725-refactor-send-component-Dan2018-06-011-2/+8
|\
| * Add notification for dropped retry transactions (#4363)Alexander Tseung2018-05-301-2/+8
| |
* | Unit tests for containers, utils and selectors in send_/Dan2018-05-051-2/+2
|/
* Show checksummed addresses throughout the UIbitpshr2018-04-181-1/+4
|
* Fetch token prices based on contract addressbitpshr2018-04-161-11/+7
|
* Merge branch 'master' into i3686-txparamundefined-sigrequestsintxlistDan2018-03-301-11/+17
|\
| * Removes t from props via metamask-connect and instead places it on context ↵Dan2018-03-291-10/+16
| | | | | | | | via a provider.
* | Ensure correct address used when rendering transfer transactions.Dan2018-03-291-1/+2
| |
* | Fix display of unapprovedMessages in txList (old and new ui); includes fix ↵Dan2018-03-281-7/+13
|/ | | | of undefined txParams.
* i18n redux solution doesn't require importing t() and passing state to each ↵Dan2018-03-221-10/+9
| | | | t() call; t is just available on props.
* Merge branch 'master' of github.com:MetaMask/metamask-extension into ↵kumavis2018-03-211-8/+89
|\ | | | | | | i18n-translator-redux
| * Add i18n to tx statusThomas2018-03-211-1/+26
| |
| * Merge branch 'master' into retry-tx-refractorDan2018-03-141-1/+2
| |\
| * | Fix more lint errors.Dan2018-03-141-2/+1
| | |
| * | Make token confirmations compatible.Dan2018-03-141-3/+14
| | |
| * | Fix tx-list-item submitted check.Dan2018-03-141-1/+1
| | |
| * | Use correct var name in new-ui showRetryButtonDan2018-03-141-1/+1
| | |
| * | Undefined check in showRetryButtonDan2018-03-141-3/+4
| | |
| * | Styling for dropped.Dan2018-03-141-0/+1
| | |
| * | Use new submittedTime field to correctly show retry button in old and new ui.Dan2018-03-141-5/+5
| | |
| * | Improve phrasing of copy.Dan2018-03-131-1/+1
| | |
| * | Fix gas calculation and nonce / forceGasMin state setting errors; retry ↵Dan2018-03-131-2/+4
| | | | | | | | | | | | button shows on correct tx.
| * | Retry transaction logic added to tx-list-item, confirm-send-ether, ↵Dan2018-03-091-7/+40
| | | | | | | | | | | | customize-gas-modal, and dependents.
| * | Add html and css for responsive retry button.Dan2018-03-091-0/+9
| | |
* | | Handle i18n with redux.Dan2018-03-161-3/+3
| |/ |/|
* | Merge branch 'master' into i18nDan2018-03-071-1/+1
|\|
| * Replace 'Contract Published' with 'Contract Deployment' for clearer ↵Dan2018-02-281-1/+1
| | | | | | | | indication of contract tx state.
* | get t imported in all files currently using i18nNick Doiron2018-01-251-0/+1
| |
* | first steps to i18nNick Doiron2018-01-231-1/+1
|/
* Fix transaction list font sizes, paddingAlexander Tseung2018-01-191-5/+1
|
* Hide fiat values on account details screen when eth/token value is 0.Dan2017-12-211-1/+3
|
* Token balance in send state; validating sufficient tokens, validation ↵Dan2017-11-071-2/+2
| | | | updates on 'from' switching.
* More lint fixesDan2017-11-021-3/+3
|
* Lint fixes for NewUI-flat.Dan2017-11-021-2/+0
|
* Add utility for getting token data; get token data in tx-list even if token ↵Dan2017-10-281-11/+42
| | | | has been removed.
* Correct rendering of conversions when conversion rate is a token. (#2498)Dan J Miller2017-10-271-3/+30
|
* Get currency from state in account details, send and confirm screens.Dan2017-10-201-3/+7
|
* Handle transaction totals in WEI in tx-list, send and pending.Dan2017-09-161-0/+2
|
* Show dollar sign before USD on account details page.Dan2017-09-161-1/+1
|
* Show token tx properlyChi Kei Chan2017-09-141-24/+88
|
* Fixes the saving of transactions in send and display in tx-list with ↵Dan2017-09-141-2/+22
| | | | conversion utility.
* [NewUI] Color tx-list-item text depending on transaction status. (#2050)Dan J Miller2017-09-131-5/+14
| | | | | | | | * 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.
* Link user from transaction list to etherscan if they have a transaction hash.Dan2017-09-081-2/+2
|
* Create tx-list-item component.Dan2017-09-081-0/+92