1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-11-26 12:29:06 +01:00
metamask-extension/ui
Mark Stacey 22f9de9a2c Refactor: Extract SRP input from create vault component (#13720)
This is a pure refactor that extracts the SRP input from the
`CreateNewVault` component. This is intended to make future changes to
the SRP input easier, and to reduce duplication between the old and new
onboarding flows.

Extensive unit tests have been added for the new SRP input component.

A new test library was added (`@testing-library/user-event`) for
simulating user events with components rendered using the
`@testing-library` library.

A new helper method has been added (`renderWithLocalization`) for
rendering components using `@testing-library` with just our
localization contexts added as a wrapper. The localization contexts
were already added by the `renderWithProviders` helper function, but
there is no need for a Redux provider in these unit tests.
2022-03-21 18:51:18 -02:30
..
__mocks__
components Refactor: Extract SRP input from create vault component (#13720) 2022-03-21 18:51:18 -02:30
contexts Adding metrics events for EIP-1559 V2 flow (#13329) 2022-02-01 23:23:03 +05:30
css
ducks Set up the right gasLimit for STX (#13891) 2022-03-09 23:50:02 -03:30
helpers Persisting token address via URL (Token Details page) (#13807) 2022-03-02 09:05:41 -07:00
hooks Fix v10.11: Unable to find value of key "eth_accounts" for locale "en" in Permissions Modal (#13833) 2022-03-04 13:40:58 -03:30
pages Restoring create password form layout (#13824) 2022-03-03 11:52:17 -07:00
selectors Add support for Smart Transactions (#12676) 2022-02-18 17:48:38 +01:00
store Update SRP representation 2022-03-08 17:15:11 -03:30
index.js Include transactions from all networks in state logs (#13599) 2022-02-14 13:29:24 -05:00