diff --git a/src/components/ReqViewer.tsx b/src/components/ReqViewer.tsx index d401a7f..7fb09f3 100644 --- a/src/components/ReqViewer.tsx +++ b/src/components/ReqViewer.tsx @@ -977,13 +977,12 @@ export default function ReqViewer({ align="end" className="w-80 max-h-96 overflow-y-auto" > - {/* Relay Status (condensed: connection + subscription + NIP-65) */} - {!relays && reasoning && reasoning.length > 0 ? ( - /* NIP-65 Relay Selection with status */ -
{authIcon.label}
-{connIcon.label}
+ {reqState.eventCount} events received{authIcon.label}
-{connIcon.label}
+ Inbox relay for {nip65Info.readers.length}{" "} + author + {nip65Info.readers.length !== 1 ? "s" : ""}{authIcon.label}
+{connIcon.label}
+