From a5b1b97012fc362a5dfde8049e1a2d4ad5aa5a02 Mon Sep 17 00:00:00 2001 From: Trent Larson Date: Wed, 17 Jan 2024 19:47:33 -0700 Subject: [PATCH] show the identicon in large size on the contacts screen --- src/views/ContactsView.vue | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/src/views/ContactsView.vue b/src/views/ContactsView.vue index 6ddbc855..16602d2c 100644 --- a/src/views/ContactsView.vue +++ b/src/views/ContactsView.vue @@ -96,6 +96,7 @@ :entityId="contact.did" :iconSize="24" class="inline-block align-text-bottom border border-slate-300 rounded" + @click="showLargeIdenticon = contact.did" > {{ contact.name || "(no name)" }}