aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/components/transaction-status/transaction-status.component.js
Commit message (Collapse)AuthorAgeFilesLines
* Group transactions by nonce (#5886)Alexander Tseung2018-12-101-1/+6
|
* Show APPROVED status for transactions that have been approved but not submittedAlexander Tseung2018-11-141-1/+0
|
* Show failed tx RPC error messages in tooltipsWhymarrh Whitby2018-09-091-2/+10
| | | | | | 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 naming, add eth.getCode check for actions, fix translations for statusesAlexander Tseung2018-08-241-13/+19
|
* Use css grid for TransactionListItem for responsive layoutAlexander Tseung2018-08-241-2/+3
|
* Add TransactionStatus componentAlexander Tseung2018-08-241-0/+44