mirror of
https://github.com/dergigi/boris.git
synced 2026-01-09 09:54:34 +01:00
- 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.