1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-10-23 03:36:18 +02:00
metamask-extension/ui/app/hooks/tests
Mark Stacey 3c98be4214
Show fiat amounts inline on token transfers (#8786)
Fiat amounts are now shown inline on token transfers in the transaction
list, where possible (i.e. where the conversion rates are known).

The logic for this hook is pretty tangled because it's used for so many
fundamentally different types of items (eth transactions, token
transactions, signature requests). In the future we should split these
into different components.

The documentation for the `useTokenFiatAmount` hook was updated to make
`tokenAmount` optional, but in practice it already worked as expected
without the amount being passed in.
2020-06-12 14:37:06 -03:00
..
useCancelTransaction.test.js resolve remaining issues with transaction list (#8659) 2020-05-27 14:45:20 -05:00
useCurrencyDisplay.test.js Implement new transaction list design (#8564) 2020-05-26 15:49:11 -05:00
useRetryTransaction.test.js Implement new transaction list design (#8564) 2020-05-26 15:49:11 -05:00
useTokenData.test.js Implement new transaction list design (#8564) 2020-05-26 15:49:11 -05:00
useTokenDisplayValue.test.js factor out containers for currency components (#8543) 2020-05-12 14:07:35 -05:00
useTransactionDisplayData.test.js Show fiat amounts inline on token transfers (#8786) 2020-06-12 14:37:06 -03:00
useUserPreferencedCurrency.test.js Rename preferencesSelector selector to getPreferences (#8647) 2020-05-26 03:41:58 -02:30