From 93dd1eb036aff9119b042f311aed63c2ec3f84fe Mon Sep 17 00:00:00 2001 From: Anirudh <70373803+techwithanirudh@users.noreply.github.com> Date: Sun, 14 May 2023 21:12:17 +0530 Subject: [PATCH] Add Popup Menu to Save Space in Sidebar (#260) --------- Co-authored-by: Danny Avila <110412045+danny-avila@users.noreply.github.com> --- client/src/components/Nav/ClearConvos.jsx | 3 +- client/src/components/Nav/DarkMode.jsx | 2 +- .../Nav/ExportConversation/index.jsx | 2 +- client/src/components/Nav/Logout.jsx | 2 +- client/src/components/Nav/NavLinks.jsx | 76 ++++++++++++++++--- client/src/components/Nav/index.jsx | 4 +- client/src/components/svg/DotsIcon.jsx | 34 +++++++++ 7 files changed, 106 insertions(+), 17 deletions(-) create mode 100644 client/src/components/svg/DotsIcon.jsx diff --git a/client/src/components/Nav/ClearConvos.jsx b/client/src/components/Nav/ClearConvos.jsx index 12ff90ab07..663e3659ca 100644 --- a/client/src/components/Nav/ClearConvos.jsx +++ b/client/src/components/Nav/ClearConvos.jsx @@ -26,8 +26,7 @@ export default function ClearConvos() {