From 950b29a8e6fd167d2036e1ad1b1b5b1dc04e0f73 Mon Sep 17 00:00:00 2001 From: Arjun Patel Date: Tue, 18 Jan 2022 13:59:59 -0800 Subject: [PATCH 1/2] private mode showing the reason --- components/Modals/CreateOrUpdateRoom.tsx | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/components/Modals/CreateOrUpdateRoom.tsx b/components/Modals/CreateOrUpdateRoom.tsx index 02afcfb..7938605 100644 --- a/components/Modals/CreateOrUpdateRoom.tsx +++ b/components/Modals/CreateOrUpdateRoom.tsx @@ -1,4 +1,4 @@ -import { Divider, Modal, Radio, Select, Tooltip } from "antd"; +import { Divider, Modal, Radio, Select, Switch, Tooltip } from "antd"; import React, { useEffect, useState } from "react"; import toast from "react-hot-toast"; import { useAuth } from "../../contexts/authContext"; @@ -255,8 +255,21 @@ export default function CreateOrUpdateRoomModal(props: IModalProps) { People + + {/* team or personal */} + + + - Optional - Add anyone you want or just tell them later. + Whole team sees this room. + + + + Optional - Add any mandatory attendees you want or just tell them + later and they will see it in the team section. {MemberSelection()} From 03bf80e15fb5f48b3f94e9f539eabbe6e8255fb7 Mon Sep 17 00:00:00 2001 From: Arjun Patel Date: Tue, 18 Jan 2022 14:02:28 -0800 Subject: [PATCH 2/2] Update CreateOrUpdateRoom.tsx --- components/Modals/CreateOrUpdateRoom.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/components/Modals/CreateOrUpdateRoom.tsx b/components/Modals/CreateOrUpdateRoom.tsx index 7938605..0a68726 100644 --- a/components/Modals/CreateOrUpdateRoom.tsx +++ b/components/Modals/CreateOrUpdateRoom.tsx @@ -258,7 +258,9 @@ export default function CreateOrUpdateRoomModal(props: IModalProps) { {/* team or personal */}