aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/components/transaction-list-item/transaction-list-item.component.js
Commit message (Collapse)AuthorAgeFilesLines
* Uses more reliable api on main send screen; caches basic api results in modalDan Miller2018-12-041-3/+3
|
* Adds speed up slide-in gas customization sidebarDan Miller2018-12-041-3/+8
|
* Add Activity Log entry for onchain failures for a transaction. Change ↵Alexander Tseung2018-10-231-18/+1
| | | | scrolling of the transaction list. Remove Transaction Details modal. (#5581)
* Adds toggle for primary currency (#5421)Alexander Tseung2018-10-171-7/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add UnitInput component * Add CurrencyInput component * Add UserPreferencedCurrencyInput component * Add UserPreferencedCurrencyDisplay component * Add updatePreferences action * Add styles for CurrencyInput, CurrencyDisplay, and UnitInput * Update SettingsTab page with Primary Currency toggle * Refactor currency displays and inputs to use UserPreferenced displays and inputs * Add TokenInput component * Add UserPreferencedTokenInput component * Use TokenInput in the send screen * Fix unit tests * Fix e2e and integration tests * Remove send/CurrencyDisplay component * Replace diamond unicode character with Eth logo. Fix typos
* Add txReceipt data to transaction details (#5513)Alexander Tseung2018-10-161-1/+2
|
* Close transaction details modal when clicking speed upAlexander Tseung2018-09-271-2/+2
|
* Add transition effect to TransactionListItemDetails expanderAlexander Tseung2018-09-201-13/+18
|
* Add TransactionDetails modalAlexander Tseung2018-09-201-2/+22
|
* Switch existing modals from using Notification to Modal. Remove Notification ↵Alexander Tseung2018-09-201-9/+19
| | | | component. Add CancelTransaction modal
* Fix speed up functionalityAlexander Tseung2018-09-151-3/+2
|
* Fix identicon address. Fix styling of New Contract recipient. Fix Activity ↵Alexander Tseung2018-09-131-2/+7
| | | | Log initial ETH value. Add timestamps to Activity Log events
* Add transaction details to TransactionListItem componentAlexander Tseung2018-09-131-19/+24
|
* 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-241-18/+43
|
* Fix e2e testsAlexander Tseung2018-08-241-10/+4
|
* Fix integration testsAlexander Tseung2018-08-241-1/+4
|
* Show token amounts in TransactionListItem for token transfersAlexander Tseung2018-08-241-1/+1
|
* Add retry button to TransactionListItemAlexander Tseung2018-08-241-29/+81
|
* Code cleanupAlexander Tseung2018-08-241-6/+1
|
* Use css grid for TransactionListItem for responsive layoutAlexander Tseung2018-08-241-28/+25
|
* Refactor transactions list views. Add redesign componentsAlexander Tseung2018-08-241-0/+82