diff --git a/packages/web/components/v2/CreateConversation.tsx b/packages/web/components/v2/CreateConversation.tsx index d412108..0116370 100644 --- a/packages/web/components/v2/CreateConversation.tsx +++ b/packages/web/components/v2/CreateConversation.tsx @@ -1,5 +1,7 @@ import { Select, Tag } from "antd"; +import Avatar from "antd/lib/avatar/avatar"; import { useEffect, useRef } from "react"; +import { FaRegTimesCircle } from "react-icons/fa"; const options = [ { value: "gold" }, @@ -15,6 +17,10 @@ export default function CreateConversation() { input.current?.focus(); }, []); + // as people are selected, add a list of users + // if it's an email of a non-nirvana user, then hit invite button to email them with a voice clip along with it + // if it's an existing user, then show a nice chip of that user's profile picture and their name + return (