What is the problem or limitation you are having?
The current mnemonic input validations are not user-friendly. They display a single warning icon for invalid inputs, providing no detailed feedback about which validation has failed.
Describe the solution you'd like
Refactor the mnemonic input validation system to provide detailed feedback for each check. Replace the single warning icon with individual check (✓) and cross (✗) icons for the following validations:
- Valid Formosa words;
- Checksum;
- Amount of entropy (2 sentences or 6 BIP39 words);