1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00
metamask-extension/ui/app
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
..
components Make permission approval redirect flow consistent (#8755) 2020-06-12 09:38:20 -07:00
contexts Implement asset page (#8696) 2020-06-01 14:54:32 -03:00
css Fix connect hardware styling (#8680) 2020-05-28 11:47:48 -07:00
ducks Remove some unused state keys (#8776) 2020-06-10 14:51:12 -02:30
helpers Extract token to fiat conversion (#8777) 2020-06-10 15:04:56 -03:00
hooks Show fiat amounts inline on token transfers (#8786) 2020-06-12 14:37:06 -03:00
pages Refactor asset page component (#8788) 2020-06-12 14:04:40 -03:00
selectors Permissions: Do not display HTTP/HTTPS URL schemes for unique hosts (#8768) 2020-06-09 13:56:24 -07:00
store fix calling redirect immediately on cancel 2020-06-11 12:55:35 -07:00