1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00
metamask-extension/ui
Mark Stacey 4adadd3325 Add ShowHideToggle component (#13979)
Add a new component for controlling whether a field should be shown
or hidden. This will be used in later PRs as a control for sensitive
fields that are hidden by default.

This component should be fully accessible. Both mouse and keyboard
interactions have been tested, and `aria-label` attributes have been
added to explain the two "eye" icons that don't have any corresponding
text.

Thorough unit tests have been written, testing all props except
`className` (I don't know how to test that using Jest/`jsdom`).
2022-03-21 18:51:19 -02:30
..
__mocks__
components Add ShowHideToggle component (#13979) 2022-03-21 18:51:19 -02:30
contexts
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 Add data-test-id prop to TextField component (#13973) 2022-03-21 18:51:18 -02:30
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