From a2e098c062984ccb1f7724b6cb66b54a8c435a41 Mon Sep 17 00:00:00 2001 From: Arjun Patel Date: Sat, 29 Jan 2022 17:43:07 -0800 Subject: [PATCH] pinned drawer items --- packages/web/pages/me.tsx | 95 +++++++++++++++++++++++++++++++++++++-- 1 file changed, 91 insertions(+), 4 deletions(-) diff --git a/packages/web/pages/me.tsx b/packages/web/pages/me.tsx index 88f3a41..629624d 100644 --- a/packages/web/pages/me.tsx +++ b/packages/web/pages/me.tsx @@ -3,16 +3,26 @@ import { useRouter } from "next/router"; import { useRef } from "react"; import { GlobalHotKeys, KeyMap } from "react-hotkeys"; import { + FaAtlassian, FaCheck, + FaCode, + FaDotCircle, + FaGithub, + FaGlobe, + FaGoogleDrive, FaHeadphones, + FaImage, FaImages, FaLayerGroup, + FaMapPin, FaMicrophoneAlt, FaMoon, + FaPhoneSlash, FaPlus, FaRegClock, FaSearch, FaUser, + FaWalking, } from "react-icons/fa"; import MainLogo from "../components/MainLogo"; import UserStatusBubble from "../components/UserStatusBubble"; @@ -118,7 +128,7 @@ function Header() { function Sidebar() { return ( -
+
{/* new button */}
{/* Live Rooms */} -
+
{/* section title */} - - Live + + + + + Live + + + + {/* list of current rooms */} + + + + K + } /> + } /> + + + Engineering + + + + + + + + + + Josh + + + +
+ + {/* pinned convos */} +
+ {/* section title */} + + + + + Pinned + + + + + + {/* pinned drawer items */} + + + + + + + + + + + + + + + + + + + + + + + +