* Display HD path on sign message page
* Create component for displaying account details
* Add retrieve accounts function
* Load accounts after closing app
* Fix the retrieve accounts function
* Use hdpath instead of id
* Check if keystore is empty while retrieving accounts
* Add spinner when accounts are being fetched
* Display complete hd paths after reloading the app
* Remove any return type
* Store public key and address
* Modify sign message function to use path
* Fix the add accounts functionality
* Display mnemonic on wallet creation
* Change srp to mnemonic
* Display mnemonic in a grid
* Remove line
* Make review changes
---------
Co-authored-by: Adw8 <adwait@deepstacksoft.com>
* Change button position
* Keep reset button at the bottom
* Use dropdown for accounts in separate component
* Display data of selected account
* Add method to add multiple accounts
* Change reset button position
* Clear account state on reset
* Display correct account info after creating
* Added account info to sign page
* Change variable names
* Use consistent variable names
* Use account id in ui
* Make review changes
* Fix imports
---------
Co-authored-by: Adw8 <adwait@deepstacksoft.com>