From dd595675bc30adef73f968e4cf441c9a91b5f521 Mon Sep 17 00:00:00 2001 From: Sivin Varghese <64252451+iamsivin@users.noreply.github.com> Date: Wed, 8 Jan 2025 17:49:53 +0530 Subject: [PATCH] chore: Update reply editor design (#10575) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit # Pull Request Template ## Description This PR will update the reply message editor’s design. **Screen recording** https://github.com/user-attachments/assets/40f61903-6bf7-4031-9a36-9027dffc46aa --------- Co-authored-by: Pranav Co-authored-by: Shivam Mishra --- .../dashboard/components/ChatListHeader.vue | 2 +- .../components/widgets/AIAssistanceButton.vue | 12 +- .../widgets/AIAssistanceCTAButton.vue | 36 +++--- .../components/widgets/VideoCallButton.vue | 15 ++- .../components/widgets/WootWriter/Editor.vue | 6 +- .../widgets/WootWriter/EditorModeToggle.vue | 64 ++++++++++ .../widgets/WootWriter/ReplyBottomPanel.vue | 112 ++++++++---------- .../widgets/WootWriter/ReplyTopPanel.vue | 71 +++++------ .../widgets/conversation/MessagesView.vue | 6 +- .../widgets/conversation/ReplyBox.vue | 24 +--- .../widgets/conversation/ReplyEmailHead.vue | 12 +- package.json | 1 + pnpm-lock.yaml | 10 ++ tailwind.config.js | 9 +- 14 files changed, 216 insertions(+), 164 deletions(-) create mode 100644 app/javascript/dashboard/components/widgets/WootWriter/EditorModeToggle.vue diff --git a/app/javascript/dashboard/components/ChatListHeader.vue b/app/javascript/dashboard/components/ChatListHeader.vue index 441693a72..7390bba46 100644 --- a/app/javascript/dashboard/components/ChatListHeader.vue +++ b/app/javascript/dashboard/components/ChatListHeader.vue @@ -80,7 +80,7 @@ const toggleConversationLayout = () => {