diff --git a/packages/web/pages/me.tsx b/packages/web/pages/me.tsx index 629624d..3031c45 100644 --- a/packages/web/pages/me.tsx +++ b/packages/web/pages/me.tsx @@ -1,4 +1,4 @@ -import { Avatar, Divider, Dropdown, Menu, Switch } from "antd"; +import { Avatar, Badge, Divider, Dropdown, Menu, Tag, Tooltip } from "antd"; import { useRouter } from "next/router"; import { useRef } from "react"; import { GlobalHotKeys, KeyMap } from "react-hotkeys"; @@ -14,16 +14,18 @@ import { FaImage, FaImages, FaLayerGroup, - FaMapPin, + FaMicrophone, FaMicrophoneAlt, - FaMoon, FaPhoneSlash, + FaPlay, FaPlus, FaRegClock, FaSearch, + FaThumbtack, FaUser, FaWalking, } from "react-icons/fa"; +import { HiSpeakerphone } from "react-icons/hi"; import MainLogo from "../components/MainLogo"; import UserStatusBubble from "../components/UserStatusBubble"; import { UserStatus } from "../models/user"; @@ -157,21 +159,26 @@ function Sidebar() { - + Drawer + + + + new + {/* Live Rooms */}
{/* section title */} - + - - Live + + Rooms @@ -188,7 +195,7 @@ function Sidebar() { } /> - Engineering + Engineering @@ -208,11 +215,11 @@ function Sidebar() {
- {/* pinned convos */} + {/* pinned items */}
{/* section title */} - + Pinned @@ -247,6 +254,140 @@ function Sidebar() { + + + + {/* list of pinned convos */} + + + + + + + Josh + + engineer + + + + + + + + + + + + + + + + + + + Mark + + architect + + + + 2 + + + + + + + + + + + + Sydney + + designer + + + + 3 + + + + + + + + + + + + Jessica + + recruiter + + + + 4 + + + + + + + + + + + + + + + + + + + General + + + + 5 + +
);