From 83f83e4cebe36bf33c215854d48f8eeb2061165e Mon Sep 17 00:00:00 2001 From: Jose Olarte III Date: Tue, 10 Jun 2025 18:42:49 +0800 Subject: [PATCH] Optimized per-item layout - Stacked contact name and DID - Text truncates to leave room for action buttons when visible - Separated "from / to" heading from buttons to minimize width - Various spacing and alignment adjustments --- src/views/ContactsView.vue | 222 +++++++++++++++++++------------------ 1 file changed, 112 insertions(+), 110 deletions(-) diff --git a/src/views/ContactsView.vue b/src/views/ContactsView.vue index 1c7c746b8d..ccc36528f2 100644 --- a/src/views/ContactsView.vue +++ b/src/views/ContactsView.vue @@ -174,125 +174,127 @@ class="border-b border-slate-300 pt-1 pb-1" data-testId="contactListItem" > -
-
-
- +
+
+ -
- -
+ -

- {{ contactNameNonBreakingSpace(contact.name) }} +
+

+ + {{ contactNameNonBreakingSpace(contact.name) }} +

- -
- - - +
+ + + - {{ - libsUtil.shortDid(contact.did) - }} -
-
- {{ contact.notes }} -
- + {{ + contact.did + }} +
+
+ {{ contact.notes }} +
+
+

+ +
+
+
From/To
+
+ + + +
-
- + Offer + - - - - - - - -
+ + +