diff --git a/packages/web/components/MainTabsOrPages/Sidebar.tsx b/packages/web/components/MainTabsOrPages/Sidebar.tsx
index 87ef76c..33e9b9e 100644
--- a/packages/web/components/MainTabsOrPages/Sidebar.tsx
+++ b/packages/web/components/MainTabsOrPages/Sidebar.tsx
@@ -172,7 +172,7 @@ function Sidebar() {
- new
+ coming soon
{navCountObject.drawerCount > 0 && (
diff --git a/packages/web/components/MainTabsOrPages/ViewConvo.tsx b/packages/web/components/MainTabsOrPages/ViewConvo.tsx
index f156933..5d8079b 100644
--- a/packages/web/components/MainTabsOrPages/ViewConvo.tsx
+++ b/packages/web/components/MainTabsOrPages/ViewConvo.tsx
@@ -1,6 +1,6 @@
import { Link, LinkType } from "@nirvana/common/models/conversation";
import { UserStatus } from "@nirvana/common/models/user";
-import { Tooltip } from "antd";
+import { Dropdown, Menu, Tooltip } from "antd";
import { duration } from "moment";
import {
LegacyRef,
@@ -12,9 +12,12 @@ import {
import toast from "react-hot-toast";
import {
FaCheck,
+ FaCode,
FaEdit,
FaExternalLinkAlt,
FaGithub,
+ FaGoogle,
+ FaImage,
FaImages,
FaLink,
FaMicrophone,
@@ -22,6 +25,8 @@ import {
FaRegClock,
FaRocket,
FaStream,
+ FaTh,
+ FaThLarge,
} from "react-icons/fa";
import LinkIcon from "../Drawer/LinkIcon";
import UserAvatar, { UserAvatarSizes } from "../UserDetails/UserAvatar";
@@ -276,6 +281,35 @@ export default function ViewConvo(props: { conversationId: string }) {
PASTE_LINK: handleOpenDrawerItemModal,
};
+ const itemSharingDropdownMenu = (
+
+ );
+
return (
<>
@@ -468,8 +502,8 @@ export default function ViewConvo(props: { conversationId: string }) {
{/* drawer items */}
-
-
+
+
Shared
@@ -481,6 +515,12 @@ export default function ViewConvo(props: { conversationId: string }) {
+
+
+
+
+
+
{/* row of cards drawer items */}