aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/components/transaction-list-item
Commit message (Collapse)AuthorAgeFilesLines
* Fix speed up functionalityAlexander Tseung2018-09-151-3/+2
|
* Fix identicon address. Fix styling of New Contract recipient. Fix Activity ↵Alexander Tseung2018-09-132-3/+11
| | | | Log initial ETH value. Add timestamps to Activity Log events
* Add transaction details to TransactionListItem componentAlexander Tseung2018-09-132-36/+44
|
* Show failed tx txMeta.err in tooltipsWhymarrh Whitby2018-09-091-1/+1
|
* Show failed tx RPC error messages in tooltipsWhymarrh Whitby2018-09-091-0/+5
| | | | | | This changeset displays the error messages attached to txMeta for a failed tx in a tooltip on hover in the tx list view. This will only display for txs with the `txMeta.err.rpc.value` property, not all failed txs.
* fix watched tokens images showing in tx listEsteban MIno2018-08-311-0/+3
|
* Fix naming, add eth.getCode check for actions, fix translations for statusesAlexander Tseung2018-08-241-2/+2
|
* Add CurrencyDisplay and TokenCurrencyDisplay componentsAlexander Tseung2018-08-242-47/+46
|
* Fix e2e testsAlexander Tseung2018-08-242-19/+12
|
* Fix integration testsAlexander Tseung2018-08-241-1/+4
|
* Show token amounts in TransactionListItem for token transfersAlexander Tseung2018-08-242-8/+29
|
* Add retry button to TransactionListItemAlexander Tseung2018-08-243-41/+126
|
* Code cleanupAlexander Tseung2018-08-241-6/+1
|
* Use css grid for TransactionListItem for responsive layoutAlexander Tseung2018-08-242-57/+77
|
* Refactor transactions list views. Add redesign componentsAlexander Tseung2018-08-244-0/+182