Alexander Tseung
7852269ed1
Add Activity Log entry for onchain failures for a transaction. Change scrolling of the transaction list. Remove Transaction Details modal. ( #5581 )
6 years ago
Alexander Tseung
badebe017f
Adds toggle for primary currency ( #5421 )
...
* 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
6 years ago
Alexander Tseung
c821a8354c
Add txReceipt data to transaction details ( #5513 )
6 years ago
Alexander Tseung
cf6bead7ef
Close transaction details modal when clicking speed up
6 years ago
Alexander Tseung
2779936317
Add transition effect to TransactionListItemDetails expander
6 years ago
Alexander Tseung
95e1eff4ca
Add TransactionDetails modal
6 years ago
Alexander Tseung
5a6c333506
Switch existing modals from using Notification to Modal. Remove Notification component. Add CancelTransaction modal
6 years ago
Alexander Tseung
b062fe2e99
Fix speed up functionality
6 years ago
Alexander Tseung
f1a309e0cc
Fix identicon address. Fix styling of New Contract recipient. Fix Activity Log initial ETH value. Add timestamps to Activity Log events
6 years ago
Alexander Tseung
01e9f03701
Add transaction details to TransactionListItem component
6 years ago
Whymarrh Whitby
e39050f4fe
Show failed tx txMeta.err in tooltips
6 years ago
Whymarrh Whitby
9662f9b8b5
Show failed tx RPC error messages in tooltips
...
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.
6 years ago
Esteban MIno
c8e5068537
fix watched tokens images showing in tx list
6 years ago
Alexander Tseung
342522c6cf
Fix naming, add eth.getCode check for actions, fix translations for statuses
6 years ago
Alexander Tseung
da0df79047
Add CurrencyDisplay and TokenCurrencyDisplay components
6 years ago
Alexander Tseung
5dcd8ceb7b
Fix e2e tests
6 years ago
Alexander Tseung
9adf0c4b60
Fix integration tests
6 years ago
Alexander Tseung
33a94332e4
Show token amounts in TransactionListItem for token transfers
6 years ago
Alexander Tseung
5ddd9b55be
Add retry button to TransactionListItem
6 years ago
Alexander Tseung
fa8313f903
Code cleanup
6 years ago
Alexander Tseung
5de48c67a0
Use css grid for TransactionListItem for responsive layout
6 years ago
Alexander Tseung
5ee40675b9
Refactor transactions list views. Add redesign components
6 years ago