From 89acbd8d09788554e6c7d9d5e579bf63ed29bf3b Mon Sep 17 00:00:00 2001 From: Sivin Varghese <64252451+iamsivin@users.noreply.github.com> Date: Wed, 7 Aug 2024 15:43:11 +0530 Subject: [PATCH] feat: Replace the use of `keyboardEventListener` mixin to a composable (Part -2) (#9892) --- .../components/buttons/ResolveAction.vue | 266 +++++++------ .../components/widgets/AIAssistanceButton.vue | 49 ++- .../components/widgets/ChatTypeTabs.vue | 86 ++-- .../components/widgets/LabelSelector.vue | 153 +++----- .../widgets/WootWriter/ReplyBottomPanel.vue | 49 ++- .../conversation/ConversationHeader.vue | 30 +- .../widgets/conversation/MessagesView.vue | 60 +-- .../conversation/components/GalleryView.vue | 371 +++++++++--------- 8 files changed, 539 insertions(+), 525 deletions(-) diff --git a/app/javascript/dashboard/components/buttons/ResolveAction.vue b/app/javascript/dashboard/components/buttons/ResolveAction.vue index fb30a4d6c..54ddbfb6e 100644 --- a/app/javascript/dashboard/components/buttons/ResolveAction.vue +++ b/app/javascript/dashboard/components/buttons/ResolveAction.vue @@ -1,149 +1,147 @@ -