mirror of
https://github.com/dergigi/boris.git
synced 2025-12-18 15:14:20 +01:00
refactor: migrate to applesauce-accounts for proper account management
- Replace manual WebSocket connections with applesauce-accounts - Use ExtensionAccount.fromExtension() for nostr browser extension integration - Add AccountsProvider to component tree for account management - Use useActiveAccount hook to get current user account - Simplify user display to show formatted public key (profile fetching TODO) - Remove manual profile fetching WebSocket code - Improve architecture with proper applesauce account system - Add applesauce-accounts dependency to package.json This provides a more robust and standardized approach to nostr account management using the applesauce ecosystem.
This commit is contained in:
2
node_modules/.package-lock.json
generated
vendored
2
node_modules/.package-lock.json
generated
vendored
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "markr",
|
||||
"version": "0.1.0",
|
||||
"version": "0.0.1",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
|
||||
Reference in New Issue
Block a user