laconic-wallet/components
IshaVenikar 783758be39
Retrieve accounts on reload (#29)
* 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
2024-02-22 11:32:25 +05:30
..
AccountDetails.tsx Retrieve accounts on reload (#29) 2024-02-22 11:32:25 +05:30
Accounts.tsx Retrieve accounts on reload (#29) 2024-02-22 11:32:25 +05:30
CreateWallet.tsx Refactor code (#18) 2024-02-19 12:12:18 +05:30
Dialog.tsx Retrieve accounts on reload (#29) 2024-02-22 11:32:25 +05:30
Grid.tsx Make the component definitions consistent 2024-02-21 11:09:29 +05:30
HDPath.tsx Retrieve accounts on reload (#29) 2024-02-22 11:32:25 +05:30
HDPathDialog.tsx Hard-code the prefix of the hd paths and refactor functions 2024-02-21 10:08:27 +05:30
HomeScreen.tsx Retrieve accounts on reload (#29) 2024-02-22 11:32:25 +05:30
NetworkDropdown.tsx Make the component definitions consistent 2024-02-21 11:09:29 +05:30
ResetWalletDialog.tsx Refactor code (#18) 2024-02-19 12:12:18 +05:30
Section.tsx Create addAccount function 2024-02-20 12:03:42 +05:30
SignMessage.tsx Retrieve accounts on reload (#29) 2024-02-22 11:32:25 +05:30