make-software / casper-wallet

Securely manage your CSPR tokens, interact with dapps, and sign transactions with Casper Wallet, the go-to self-custody wallet for the Casper Network.
https://casperwallet.io
Apache License 2.0
21 stars 4 forks source link

fix: validation issues for the ledger account list #984

Closed ost-ptk closed 3 months ago

ost-ptk commented 3 months ago

Make sure to fill in all the below sections.

Description

Refactors the import account process from the ledger. It removes the 'useImportLedgerAccountsForm' function and instead introduces form validation on account names directly within the 'LedgerAccountsList' component. This makes handling of account names more responsive and addresses potential ambiguity in how names are validated.

Linked tickets

WALLET-339 WALLET-340 WALLET-350

Checklist