diff --git a/neode-ui/src/views/Mesh.vue b/neode-ui/src/views/Mesh.vue index 5192affe..d1051b27 100644 --- a/neode-ui/src/views/Mesh.vue +++ b/neode-ui/src/views/Mesh.vue @@ -344,7 +344,7 @@ function truncatePubkey(hex: string | null): string {
-
+
@@ -410,7 +410,7 @@ function truncatePubkey(hex: string | null): string {
-
+
@@ -441,7 +441,10 @@ function truncatePubkey(hex: string | null): string {
A
@@ -454,7 +457,10 @@ function truncatePubkey(hex: string | null): string {
#
@@ -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 {
- -
+ +