@@ -466,7 +472,10 @@ function truncatePubkey(hex: string | null): string {
v-for="peer in sortedPeers" :key="peer.contact_id"
class="mesh-peer-row"
:class="{ active: activeChatPeer?.contact_id === peer.contact_id, 'is-archy': isArchyNode(peer) }"
+ tabindex="0"
+ role="button"
@click="openChat(peer)"
+ @keydown.enter="openChat(peer)"
>
@@ -493,7 +502,7 @@ function truncatePubkey(hex: string | null): string {
-
+
@@ -614,8 +623,8 @@ function truncatePubkey(hex: string | null): string {
-
-