Add graph query optimization for faster social graph operations

- Add GraphQueryService for NIP-XX graph queries
- Add GraphCacheService for IndexedDB caching of results
- Optimize FollowedBy component with graph queries
- Add graph query support to ThreadService
- Add useFetchFollowGraph hook
- Add graph query toggle in Settings > System
- Bump version to v0.4.0

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
woikos
2026-01-05 14:37:36 +01:00
parent d1ec24b85a
commit 8a9795a53a
13 changed files with 1064 additions and 36 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "smesh",
"version": "0.3.1",
"version": "0.4.0",
"description": "A user-friendly Nostr client for exploring relay feeds",
"private": true,
"type": "module",