From 2ea7479d75ccf1903e6bfc8a06b36f88f16c9c6d Mon Sep 17 00:00:00 2001 From: Trent Larson Date: Sat, 7 Jun 2025 16:03:47 -0600 Subject: [PATCH] fix verbiage and fix the contact actions to be on the right-hand side --- src/components/DataExportSection.vue | 4 +- src/views/AccountViewView.vue | 30 ++-- src/views/ContactsView.vue | 222 ++++++++++++++------------- 3 files changed, 127 insertions(+), 129 deletions(-) diff --git a/src/components/DataExportSection.vue b/src/components/DataExportSection.vue index 01cd1d92..842b2201 100644 --- a/src/components/DataExportSection.vue +++ b/src/components/DataExportSection.vue @@ -24,9 +24,7 @@ backup and database export, with platform-specific download instructions. * * class="block w-full text-center text-md bg-gradient-to-b from-blue-400 to-blue-700 shadow-[inset_0_-1px_0_0_rgba(0,0,0,0.5)] text-white px-1.5 py-2 rounded-md" @click="exportDatabase()" > - Download Settings & Contacts -
- (excluding Identifier Data) + Download Contacts - Deep Identifier Details + Identifier Details
-
- -
-

- Import Contacts & Settings Database + Import Contacts

@@ -635,9 +624,7 @@ class="block text-center text-md bg-gradient-to-b from-blue-400 to-blue-700 shadow-[inset_0_-1px_0_0_rgba(0,0,0,0.5)] text-white px-1.5 py-2 rounded-md mb-6" @click="checkContactImports()" > - Import Only Contacts -
- after comparing + Import Contacts
@@ -973,6 +960,17 @@ > Test Page + +
+ +
diff --git a/src/views/ContactsView.vue b/src/views/ContactsView.vue index beebf6e0..b862ffee 100644 --- a/src/views/ContactsView.vue +++ b/src/views/ContactsView.vue @@ -180,117 +180,119 @@ data-testId="contactListItem" >
-
- - - - -

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

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

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

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