From ba9bb8a26ebf00089ff040447df37c766b5d80ee Mon Sep 17 00:00:00 2001 From: Trent Larson Date: Tue, 29 Apr 2025 20:39:45 -0600 Subject: [PATCH] rework contacts screen to show activity buttons always but totals on request --- src/views/ContactsView.vue | 211 +++++++++++++++++++------------------ 1 file changed, 106 insertions(+), 105 deletions(-) diff --git a/src/views/ContactsView.vue b/src/views/ContactsView.vue index c59e13ee..3ecbd593 100644 --- a/src/views/ContactsView.vue +++ b/src/views/ContactsView.vue @@ -92,7 +92,7 @@
-
+
-
-
-
- In the following, only the most recent hours are included. To see more, - click - - +
+ + Only the most recent From/To hours show in buttons. To see more, + click + + +
- + + +
@@ -179,79 +178,82 @@ class="border-b border-slate-300 pt-1 pb-1" data-testId="contactListItem" > -
-
- - - - -

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

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

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

+ + +
+ + + + + {{ + libsUtil.shortDid(contact.did) + }} +
+
+ {{ contact.notes }} +
+
-
-
+
+
@@ -299,7 +303,6 @@