feat: meeting members admission dialog #210

Merged
jose merged 27 commits from meeting-members-admission-dialog into master 2025-10-30 13:58:18 +00:00
Showing only changes of commit 562713d5a4 - Show all commits

View File

@@ -36,7 +36,11 @@
<font-awesome icon="circle-minus" class="text-rose-500 text-sm" />
to add/remove them to/from the meeting.
</li>
<li v-if="membersToShow().length > 0">
<li
v-if="
membersToShow().length > 0 && getNonContactMembers().length > 0
"
>
Click
<font-awesome icon="circle-user" class="text-green-600 text-sm" />
to add them to your contacts.
@@ -189,7 +193,10 @@
:api-server="apiServer"
@close="closeMemberSelectionDialogCallback"
/>
<!-- This Bulk Visibility component is for non-organizer members to add other members to their contacts and set their visibility -->
<!--
This Bulk Visibility component is for non-organizer members
to add other members to their contacts and set their visibility
-->
<SetBulkVisibilityDialog
ref="setBulkVisibilityDialog"
:active-did="activeDid"