From fcf0ba12d09d8f3860f404672277997df74431c8 Mon Sep 17 00:00:00 2001 From: Sivin Varghese <64252451+iamsivin@users.noreply.github.com> Date: Thu, 27 Jul 2023 12:28:06 +0530 Subject: [PATCH] feat: Dark Mode (PR -12) (#7590) --- .../sidebarComponents/AccountContext.vue | 46 ++++- .../widgets/WootWriter/ReplyBottomPanel.vue | 2 +- .../widgets/conversation/ReplyBox.vue | 22 +-- .../WhatsappTemplates/TemplatesPicker.vue | 6 +- .../modules/notes/components/AddNote.vue | 12 +- .../modules/notes/components/ContactNote.vue | 61 +++---- .../contacts/components/ContactInfoPanel.vue | 2 +- .../contacts/pages/ContactManageView.vue | 43 ++--- .../pages/categories/ListAllCategories.vue | 53 ++---- .../shared/components/emoji/EmojiInput.vue | 172 ++++++------------ 10 files changed, 153 insertions(+), 266 deletions(-) diff --git a/app/javascript/dashboard/components/layout/sidebarComponents/AccountContext.vue b/app/javascript/dashboard/components/layout/sidebarComponents/AccountContext.vue index 0d4b5bb74..6d02148d8 100644 --- a/app/javascript/dashboard/components/layout/sidebarComponents/AccountContext.vue +++ b/app/javascript/dashboard/components/layout/sidebarComponents/AccountContext.vue @@ -1,18 +1,20 @@