bitbox-wallet-app
bitbox-wallet-app copied to clipboard
Frontend refactor passwordinput
This was one of the few remaining components that have not been converted to functional component.
password.tsx exports multiple components, some (PasswordRepeatInput) are only used in BitBox01 components.
Unfortunately not all BB01 components have been converted to TypeScript. Therefore here is a branch that experimentally converts all components that import from password.tsx .. which seems to pass https://github.com/BitBoxSwiss/bitbox-wallet-app/pull/3605 (note in that branch some other bugs surfaced.)
rebased