1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00
metamask-extension/ui/app/pages/send/send-content
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
..
add-recipient Use send state for send flow token (#8695) 2020-05-29 14:46:10 -03:00
send-amount-row Use send state for send flow token (#8695) 2020-05-29 14:46:10 -03:00
send-asset-row Use send state for send flow token (#8695) 2020-05-29 14:46:10 -03:00
send-gas-row Use send state for send flow token (#8695) 2020-05-29 14:46:10 -03:00
send-hex-data-row Disable semicolons for class props (#7754) 2020-01-07 16:40:44 -03:30
send-row-wrapper Consolidate and dedupe send selectors (#8506) 2020-05-04 12:06:28 -07:00
tests Enable arrow-parens ESLint rule 2020-02-15 17:04:21 -03:30
index.js Address book send plus contact list (#6914) 2019-07-31 17:26:44 -02:30
send-content.component.js Add react/no-unused-prop-types ESLint rule (#7655) 2019-12-07 23:10:47 -04:00
send-content.container.js Consolidate and dedupe send selectors (#8506) 2020-05-04 12:06:28 -07:00