1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00
metamask-extension/ui/app/hooks
Mark Stacey ddaa492751
Use send state for send flow token (#8695)
The chosen token in the `send` flow was set from one of two places:
`metamask.selectedTokenAddress` or `metamask.send.token`. The former is
used most of the time, but the latter is used for the 'Edit' button
shown in the upper-left of the confirmation UI.

The send flow will now exclusively use `metamask.send.token` for the
token state during the send flow. `metamask.selectedTokenAddress` is
now only used for the selected token state on the Home screen. This
simplifies the Redux state, as the send token is now in one place
instead of two, and `metamask.selectedTokenAddress` has only one
purpose.
2020-05-29 14:46:10 -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 Use createContext for metametrics context (preserve legacy context) (#8540) 2020-05-08 11:41:43 -05:00
useRetryTransaction.js Use send state for send flow token (#8695) 2020-05-29 14:46:10 -03:00
useShouldShowSpeedUp.js Implement new transaction list design (#8564) 2020-05-26 15:49:11 -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
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