aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/components/transaction-status
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Fix integration testsAlexander Tseung2018-08-241-1/+1
|
* Use css grid for TransactionListItem for responsive layoutAlexander Tseung2018-08-242-4/+5
|
* Refactor transactions list views. Add redesign componentsAlexander Tseung2018-08-241-0/+6
|
* Add TransactionStatus componentAlexander Tseung2018-08-243-0/+67