1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-11-23 18:41:38 +01:00
metamask-extension/ui/app/hooks
Mark Stacey 0b86283c10
Create useTokenFiatAmount hook (#8778)
This hook is responsible for converting a token balance to fiat. It has
been extracted from the `TokenCell` component, and will be used
elsewhere in a future PR.
2020-06-10 16:04:29 -03:00
..
tests Refactor token selectors (#8671) 2020-05-28 21:43:44 -03:00
useCancelTransaction.js resolve remaining issues with transaction list (#8659) 2020-05-27 14:45:20 -05:00
useCurrencyDisplay.js Implement new transaction list design (#8564) 2020-05-26 15:49:11 -05:00
useI18nContext.js add useI18nContext shortcut hook (#8635) 2020-05-21 10:26:49 -05:00
useMethodData.js Implement new transaction list design (#8564) 2020-05-26 15:49:11 -05:00
useMetricEvent.js Adds the rule of hooks eslint rule (#8779) 2020-06-10 13:31:14 -05:00
useRetryTransaction.js fix crash on signature request (#8709) 2020-06-01 12:27:51 -05:00
useShouldShowSpeedUp.js Adds the rule of hooks eslint rule (#8779) 2020-06-10 13:31:14 -05:00
useTokenData.js Implement new transaction list design (#8564) 2020-05-26 15:49:11 -05:00
useTokenDisplayValue.js Implement new transaction list design (#8564) 2020-05-26 15:49:11 -05:00
useTokenFiatAmount.js Create useTokenFiatAmount hook (#8778) 2020-06-10 16:04:29 -03:00
useTokenTracker.js Adds the rule of hooks eslint rule (#8779) 2020-06-10 13:31:14 -05:00
useTransactionDisplayData.js Refactor token selectors (#8671) 2020-05-28 21:43:44 -03:00
useUserPreferencedCurrency.js Implement new transaction list design (#8564) 2020-05-26 15:49:11 -05:00