Add Web of Trust reputation on profiles via Vertex DVM

Query Vertex Verify Reputation API (kind 5312) for each profile and
display "Followed by people you trust" with clickable top-follower
avatars. Includes in-memory cache, request dedup, and graceful
fallback when logged out or API unreachable.
This commit is contained in:
Jure
2026-03-29 10:42:19 +02:00
parent 8bc38c11e6
commit 2c17361e50
6 changed files with 178 additions and 2 deletions

2
src-tauri/Cargo.lock generated
View File

@@ -6157,7 +6157,7 @@ dependencies = [
[[package]]
name = "wrystr"
version = "0.9.4"
version = "0.9.7"
dependencies = [
"keyring",
"rusqlite",