aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/components/transaction-status
Commit message (Collapse)AuthorAgeFilesLines
* Folder restructure (#6304)Chi Kei Chan2019-03-224-142/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Remove ui/app/keychains/ * Remove ui/app/img/ (unused images) * Move conversion-util to helpers/utils/ * Move token-util to helpers/utils/ * Move /helpers/*.js inside /helpers/utils/ * Move util tests inside /helpers/utils/ * Renameand move confirm-transaction/util.js to helpers/utils/ * Move higher-order-components to helpers/higher-order-components/ * Move infura-conversion.json to helpers/constants/ * Move all utility functions to helpers/utils/ * Move pages directory to top-level * Move all constants to helpers/constants/ * Move metametrics inside helpers/ * Move app and root inside pages/ * Move routes inside helpers/ * Re-organize ducks/ * Move reducers to ducks/ * Move selectors inside selectors/ * Move test out of test folder * Move action, reducer, store inside store/ * Move ui components inside ui/ * Move UI components inside ui/ * Move connected components inside components/app/ * Move i18n-helper inside helpers/ * Fix unit tests * Fix unit test * Move pages components * Rename routes component * Move reducers to ducks/index * Fix bad path in unit test
* Group transactions by nonce (#5886)Alexander Tseung2018-12-103-8/+23
|
* Show APPROVED status for transactions that have been approved but not submittedAlexander Tseung2018-11-142-1/+35
|
* Add txReceipt data to transaction details (#5513)Alexander Tseung2018-10-161-1/+6
|
* 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