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
Mark Stacey 1f45798707
Override ownProps with state props in SignatureRequest (#6911)
The `accounts` prop of `SignatureRequest` was throwing a PropType
warning because `accounts` was an object instead of an array. It looks
like when the `mergeProps` function was added in #6340, the ownProps
were accidentally set to override the state props.

The now ignored props have been removed from the parent `ConfirmTxScreen`
component as well. `conversionRate` was identical to the one retrieved
in `SignatureRequest`, and `selectedAddress` differed only in the
fallback behaviour when `state.metamask.selectedAddress` does not exist;
it will now default to the first account instead (as was the original
behavior, prior to #6340).
2019-07-26 10:39:13 -03:00
..
add-token Update buttons & colors to match design system (#6446) 2019-04-16 17:05:22 -02:30
confirm-add-suggested-token Ensure future tokens add decimals as numbers while supporting numbers and strings in send-asset-row 2019-04-17 21:26:25 -02:30
confirm-add-token Update buttons & colors to match design system (#6446) 2019-04-16 17:05:22 -02:30
confirm-approve Folder restructure (#6304) 2019-03-21 20:33:30 -02:30
confirm-deploy-contract Only pass english function names to functionType metric 2019-04-08 13:31:11 -02:30
confirm-send-ether Only pass english function names to functionType metric 2019-04-08 13:31:11 -02:30
confirm-send-token Folder restructure (#6304) 2019-03-21 20:33:30 -02:30
confirm-token-transaction-base Version 6.7.2 gas limit fix (#6786) 2019-07-04 14:14:03 -02:30
confirm-transaction Override ownProps with state props in SignatureRequest (#6911) 2019-07-26 10:39:13 -03:00
confirm-transaction-base Version 6.7.2 gas limit fix (#6786) 2019-07-04 14:14:03 -02:30
confirm-transaction-switch 4byte fallback (#6551) 2019-06-18 09:47:14 -02:30
create-account Fix styles on 'import account' page, update help link (#6700) 2019-06-17 08:37:34 -02:30
first-time-flow Remove unused seedPhrase prop (#6913) 2019-07-25 10:59:40 -03:00
home Remove seedWords completely from metamask state (#6920) 2019-07-26 10:35:21 -03:00
keychains Fix seed phrase import back button (#6758) 2019-06-27 12:26:25 -03:00
lock Folder restructure (#6304) 2019-03-21 20:33:30 -02:30
mobile-sync Feature: sync with mobile v2 (#6673) 2019-06-12 10:54:45 -04:00
provider-approval Refactor ProviderApprovalController to use rpc and publicConfigStore (#6410) 2019-05-03 13:32:05 -04:00
routes Remove seedWords completely from metamask state (#6920) 2019-07-26 10:35:21 -03:00
send Single asset dropdown fix (#6900) 2019-07-23 21:21:13 -02:30
settings Address various UI styling issues (#6744) 2019-07-08 15:28:35 -02:30
unlock-page Open retore-vault route from popup (#6353) 2019-03-26 23:35:29 -07:00
index.js Folder restructure (#6304) 2019-03-21 20:33:30 -02:30
index.scss Folder restructure (#6304) 2019-03-21 20:33:30 -02:30