mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-26 20:39:08 +01:00
2931957870
* Initial implementation of new SrpInput component This new version of the SrpInput component uses a separate field for each word of the SRP. Only one field can be revealed at a time, making it less likely that it gets accidentally revealed to somebody. * Fix copy mistakes * Move container div from 'create vault' to 'srp-input', and setup grid layout * Increase size of title * Remove hard-coded width in Storybook to allow testing different viewport sizes * Improve layout * Improve margins * Update dropdown text * Expand SRP input section * Remove unused localized messages * Update dropdown option names in unit tests * Replace checkbox with show/hide toggle * Remove unused localized message * Fix 'data-testid' prop name * Fix e2e test imports using paste * Use 'ActionableMessage' component for error message * Convert error popover to actionable message * Add tip about pasting the SRP * Remove invalid prop The "info" style of `ActionableMessage` is the default, so no type is required. * Use more readable test convenience methods The method `toBeInTheDocument()` is now used over `not.toBeNull()` to improve the readability of tests. Likewise, the convenience method `.clear` is now used to clear fields rather than manually entering the key combination to clear a field. * Fix misspelled word |
||
---|---|---|
.. | ||
account-details.spec.js | ||
add-account.spec.js | ||
add-hide-token.spec.js | ||
address-book.spec.js | ||
contract-interactions.spec.js | ||
custom-rpc-history.spec.js | ||
edit-gas-fee.spec.js | ||
eth-sign.spec.js | ||
from-import-ui.spec.js | ||
incremental-security.spec.js | ||
localization.spec.js | ||
lock-account.spec.js | ||
lockdown.spec.js | ||
metamask-responsive-ui.spec.js | ||
metrics.spec.js | ||
navigate-transactions.spec.js | ||
permissions.spec.js | ||
personal-sign.spec.js | ||
phishing-detection.spec.js | ||
provider-api.spec.js | ||
send-edit.spec.js | ||
send-eth.spec.js | ||
signature-request.spec.js | ||
simple-send.spec.js | ||
threebox.spec.js | ||
token-details.spec.js |