From b6a153184b308fe83b03fc8f1eac85ce39b1b622 Mon Sep 17 00:00:00 2001 From: Arjun Patel Date: Sun, 30 Jan 2022 12:22:25 -0800 Subject: [PATCH] Update me.tsx --- packages/web/pages/me.tsx | 264 +++++++++++++++++++++++++++++++++----- 1 file changed, 229 insertions(+), 35 deletions(-) diff --git a/packages/web/pages/me.tsx b/packages/web/pages/me.tsx index fdd78b6..12f342f 100644 --- a/packages/web/pages/me.tsx +++ b/packages/web/pages/me.tsx @@ -15,11 +15,14 @@ import { FaAngleRight, FaAtlassian, FaCheck, + FaCheckDouble, + FaCircle, FaCode, FaDotCircle, FaGithub, FaGlobe, FaGoogleDrive, + FaGripHorizontal, FaHeadphones, FaImage, FaImages, @@ -105,7 +108,7 @@ function Header() { }; return ( -
+
@@ -159,19 +162,31 @@ function Sidebar() { + Todo + + 4 - + Priority + + + + new + + + 3 - Snooze + Later + + 1 @@ -187,7 +202,18 @@ function Sidebar() { Drawer - + + + new + + + + + + + Rooms + + new @@ -201,7 +227,7 @@ function Sidebar() { - Rooms + Live @@ -218,7 +244,7 @@ function Sidebar() { } /> - Engineering + Cafeteria @@ -232,7 +258,7 @@ function Sidebar() { - Business Talk Specs + Chillin and Coding - - - - @@ -340,7 +362,7 @@ function Sidebar() { - + designer - + - {/* Pinned */} - - - + {/* Today */} + - Pinned + Today + + - - + {/* engineering */} + + + + K @@ -494,18 +523,47 @@ function Convos() { /> - Engineering + Engineering - + + {`Josh: "let's just figure out how to finish the rest of the "`} + + + + 9:00am + + + {/* actions */} + + + + + + + + + + + + + + - + {/* general */} + + + @@ -522,16 +580,19 @@ function Convos() { General - + You spoke 2 hours ago - + 7:22am {/* actions */} + + + @@ -544,49 +605,182 @@ function Convos() { - - + {/* one on one chat with sydney */} + + + + - Sydney + Sydney + - + + {`"Did you ever figure out that problem with the "`} + + + + 6:50am {/* actions */} - - + + + + + - + - + - + Last 7 Days + + - + + + + + + + + + + + + Justin + + + + {`"Here's a quick github link for that library you were looking for"`} + + + + + + + + + + + + + + 6:50am + + + {/* actions */} + + + + + + + + + + + + + + + + + + + + + + + + + + Steph and Lee + + + + {`"Let's hop into a room to discuss this sometime this afternoon..."`} + + + + 6:50am + + + {/* actions */} + + + + + + + + + + + + + + + + + + Earlier This Month + + + + + + November 2021 + + + + + + {"That's all"}
); }