aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/components/transaction-activity-log
Commit message (Collapse)AuthorAgeFilesLines
* Fix displayed time and date in the activity log. Remove vreme library, add ↵Alexander Tseung2018-12-141-1/+1
| | | | luxon library. (#5932)
* Group transactions by nonce (#5886)Alexander Tseung2018-12-109-111/+584
|
* Add support for RPC endpoints with custom chain IDs (#5134)HackyMiner2018-10-263-7/+10
|
* Add Activity Log entry for onchain failures for a transaction. Change ↵Alexander Tseung2018-10-232-5/+16
| | | | scrolling of the transaction list. Remove Transaction Details modal. (#5581)
* Add txReceipt data to transaction details (#5513)Alexander Tseung2018-10-161-1/+5
|
* Add TransactionDetails modalAlexander Tseung2018-09-201-3/+6
|
* Fix Transaction view stylesAlexander Tseung2018-09-201-0/+4
|
* Fix identicon address. Fix styling of New Contract recipient. Fix Activity ↵Alexander Tseung2018-09-133-6/+24
| | | | Log initial ETH value. Add timestamps to Activity Log events
* Add tests for TransactionActivityLog. Make changes to rendering eventsAlexander Tseung2018-09-138-42/+322
|
* Add ActivityLog componentAlexander Tseung2018-09-134-0/+220