mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +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 |
||
---|---|---|
.. | ||
am | ||
ar | ||
bg | ||
bn | ||
ca | ||
cs | ||
da | ||
de | ||
el | ||
en | ||
es | ||
es_419 | ||
et | ||
fa | ||
fi | ||
fil | ||
fr | ||
gu | ||
he | ||
hi | ||
hn | ||
hr | ||
ht | ||
hu | ||
id | ||
it | ||
ja | ||
kn | ||
ko | ||
lt | ||
lv | ||
ml | ||
mr | ||
ms | ||
nl | ||
no | ||
ph | ||
pl | ||
pt | ||
pt_BR | ||
pt_PT | ||
ro | ||
ru | ||
sk | ||
sl | ||
sr | ||
sv | ||
sw | ||
ta | ||
te | ||
th | ||
tl | ||
tr | ||
uk | ||
vi | ||
zh_CN | ||
zh_TW | ||
index.json |