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({