You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Also includes moving to /:pubkey/settings etc. routes so we don't do stuff like fetching selectedWalletId from the store in each screen.
This would also help in eliminating the case where the same connection string is added multiple times and mainly the instances where wallet ids are decremented by 1 on deleting a wallet, which looks very bad.
The text was updated successfully, but these errors were encountered:
The reason to use ids is so we can easily find out which wallets in storage we know about. Is there a better way to do it? a key that has a list of wallet pubkeys?
Also includes moving to
/:pubkey/settings
etc. routes so we don't do stuff like fetchingselectedWalletId
from the store in each screen.This would also help in eliminating the case where the same connection string is added multiple times and mainly the instances where wallet ids are decremented by 1 on deleting a wallet, which looks very bad.
The text was updated successfully, but these errors were encountered: