refactor: actKeyStore -> accountKeyStore

Now it stores encoded id key too, if needed. Also use idb instead of wrangling IndexedDB API ourselves.
This commit is contained in:
Shibo Lyu 2024-10-12 01:02:59 +08:00
parent 8a91ea13fd
commit 2771381a13
4 changed files with 125 additions and 119 deletions

View file

@ -42,6 +42,7 @@
"@zeabur/svelte-adapter": "^1.0.0",
"bits-ui": "^0.21.16",
"canonicalize": "^2.0.0",
"idb": "^8.0.0",
"svelte-boring-avatars": "^1.2.6",
"svelte-hero-icons": "^5.2.0",
"svelte-persisted-store": "^0.11.0",