From 6e763a965fa50156bde8389ed18a5daefffd954a Mon Sep 17 00:00:00 2001 From: jkingsman Date: Fri, 5 Jun 2026 21:21:33 -0700 Subject: [PATCH] Add pubkey suffix to the repeater neighbors. Closes #281. --- .../src/components/repeater/RepeaterNeighborsPane.tsx | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/frontend/src/components/repeater/RepeaterNeighborsPane.tsx b/frontend/src/components/repeater/RepeaterNeighborsPane.tsx index d6ae6ba..fbd07a9 100644 --- a/frontend/src/components/repeater/RepeaterNeighborsPane.tsx +++ b/frontend/src/components/repeater/RepeaterNeighborsPane.tsx @@ -149,7 +149,14 @@ export function NeighborsPane({ n.snr >= 6 ? 'text-success' : n.snr >= 0 ? 'text-warning' : 'text-destructive'; return ( - {n.name || n.pubkey_prefix} + + {n.name || n.pubkey_prefix} + {n.name && ( + + {n.pubkey_prefix.substring(0, 6)} + + )} + {snrStr} dB {hasDistances && (