mirror of
https://github.com/status-im/status-react.git
synced 2025-01-11 19:44:47 +00:00
d7530dfbee
* fix: ensure missing key pairs scroll with list * chore: add translations for labels * chore: promisify validate-mnemonic native module function * chore: add events for validating seed-phrases and making key-pairs fully operable with seed-phrase * chore: define re-usable effects for validate-mnemonic and make-seed-phrase-keypair-fully-operable and import-keypair-by-seedphrase * tweak: refactor error handling logic when importing key-pair by seed-phrase * tweak: handle vectors and functions between events and effects * tweak: refactor recover-phrase form to support custom title, children, and navigation icon * tweak: add support for accessing input-ref in recovery-phrase form * tweak: always mask seed-phrase when passing to render-controls * feature: add initial screen for importing key-pair with seed phrase * tweak: conditionally render keypair context tag inside recovery-phrase form * tidy: rename on-input-ref to ref * tidy: remove unused property * tidy: refactor to use case expression * tidy: format