diff --git a/src/frontend/components/messages/ConversationViewer.vue b/src/frontend/components/messages/ConversationViewer.vue index 3f10aaa..7170089 100644 --- a/src/frontend/components/messages/ConversationViewer.vue +++ b/src/frontend/components/messages/ConversationViewer.vue @@ -17,26 +17,36 @@
{{ selectedPeer.custom_display_name ?? selectedPeer.display_name }}
-
<{{ selectedPeer.destination_hash }}>
-
+
- - - Direct - {{ selectedPeerPath.hops }} hops away - + +
+
<{{ selectedPeer.destination_hash }}>
+
- - - - SNR {{ selectedPeerSignalMetrics.snr }} - +
+
- - - - Stamp Cost {{ selectedPeerLxmfStampInfo.stamp_cost }} - + + + Direct + {{ selectedPeerPath.hops }} hops away + + + + + + SNR {{ selectedPeerSignalMetrics.snr }} + + + + + + Stamp Cost {{ selectedPeerLxmfStampInfo.stamp_cost }} + + +
+