aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/components/tx-list-item.js
Commit message (Collapse)AuthorAgeFilesLines
* 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