From 30c6df557c2dcd5dbb2c5c4d6dd0d536d04c4254 Mon Sep 17 00:00:00 2001 From: Trent Larson Date: Sat, 21 Feb 2026 15:25:32 -0700 Subject: [PATCH] add missing file for contact-profile-checking & add info button for explanation --- src/components/ContactListHeader.vue | 2 +- src/views/ContactProfileCheckView.vue | 340 ++++++++++++++++++++++++++ src/views/ContactsView.vue | 18 +- 3 files changed, 355 insertions(+), 5 deletions(-) create mode 100644 src/views/ContactProfileCheckView.vue diff --git a/src/components/ContactListHeader.vue b/src/components/ContactListHeader.vue index cfb65be2..b6e511f3 100644 --- a/src/components/ContactListHeader.vue +++ b/src/components/ContactListHeader.vue @@ -21,7 +21,7 @@ diff --git a/src/views/ContactProfileCheckView.vue b/src/views/ContactProfileCheckView.vue new file mode 100644 index 00000000..6145a26b --- /dev/null +++ b/src/views/ContactProfileCheckView.vue @@ -0,0 +1,340 @@ + + + diff --git a/src/views/ContactsView.vue b/src/views/ContactsView.vue index b4286efd..e1d2df82 100644 --- a/src/views/ContactsView.vue +++ b/src/views/ContactsView.vue @@ -80,7 +80,7 @@
-
+
+
@@ -617,6 +620,13 @@ export default class ContactsView extends Vue { /** * Navigate to profile check view with selected contacts */ + showProfileCheckInfo() { + this.notify.info( + "This User Profile visibility check is a useful report for meeting organizers when running meetings that match people based on common interests.", + TIMEOUTS.VERY_LONG, + ); + } + checkSelectedProfiles() { sessionStorage.setItem("profileCheckFresh", "true"); this.$router.push({