From d3110506ea5301a486eb18b01c382d876b25ad55 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 | 228 +++++++++++++++++++------------------ 1 file changed, 115 insertions(+), 113 deletions(-) diff --git a/src/views/ContactsView.vue b/src/views/ContactsView.vue index 1c7c746b..ccc36528 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
+
+ + + +
+ + + + + +