From 562713d5a4c7187606f09f974bb3c1a9acff4a27 Mon Sep 17 00:00:00 2001 From: Jose Olarte III Date: Tue, 28 Oct 2025 18:58:40 +0800 Subject: [PATCH] feat: hide contact instruction when no non-contact members exist - Add condition to only show "add to contacts" instruction when there are members who are not already contacts - Use existing getNonContactMembers() method to check for non-contact members - Fix line length warning by breaking long comment into multiple lines --- src/components/MembersList.vue | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/src/components/MembersList.vue b/src/components/MembersList.vue index d7cf5010..bf1aeb3a 100644 --- a/src/components/MembersList.vue +++ b/src/components/MembersList.vue @@ -36,7 +36,11 @@ to add/remove them to/from the meeting. -
  • +
  • Click to add them to your contacts. @@ -189,7 +193,10 @@ :api-server="apiServer" @close="closeMemberSelectionDialogCallback" /> - +