1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-11-22 09:57:02 +01:00
metamask-extension/ui/selectors
Erik Marks 4b2cd0ef7a
Fix Snaps view search (#14693)
Closes #14687

Snap IDs were not properly encoded (and decoded) as URI components in the Snaps view search implementation. This ensures that they are.
2022-05-11 13:14:53 -07:00
..
confirm-transaction.js extract determineTransactionType from tx controller (#13737) 2022-03-07 12:54:36 -06:00
confirm-transaction.test.js Adding edit navigation button flow back to send token flow (#11335) 2021-06-23 18:50:24 -05:00
custom-gas.js rely upon gas fee controller for gas price estimates (#11511) 2021-07-16 11:06:32 -05:00
custom-gas.test.js Update ESLint config to v8 (#12886) 2021-12-09 15:36:24 -03:30
first-time-flow.js Migrate completedOnboarding and firstTimeFlowType state into onboardingController (#12356) 2021-10-15 13:52:52 -05:00
index.js Implement event fragments (#12251) 2022-01-12 13:31:54 -06:00
metametrics.js Implement event fragments (#12251) 2022-01-12 13:31:54 -06:00
metametrics.test.js Implement event fragments (#12251) 2022-01-12 13:31:54 -06:00
nonce-sorted-transactions-selector.test.js Do not show failed off-chain transactions details when grouped with another valid transaction of same nonce (#14497) 2022-04-25 14:39:34 -05:00
permissions.js Add Snaps via Flask (#13462) 2022-02-14 16:02:51 -08:00
permissions.test.js Handle missing eth_accounts permission history in getLastConnectedInfo (#13257) 2022-01-10 09:07:26 -08:00
selectors.js Fix Snaps view search (#14693) 2022-05-11 13:14:53 -07:00
selectors.test.js EIP-1559 V2: Use default gas preferences of user for all transactions (#13238) 2022-01-10 14:34:54 -05:00
transactions.js Do not show failed off-chain transactions details when grouped with another valid transaction of same nonce (#14497) 2022-04-25 14:39:34 -05:00
transactions.test.js