From 7added2d48008d5ba7d36ca778f2cd8026f1f4d1 Mon Sep 17 00:00:00 2001 From: Shivam Mishra Date: Tue, 10 Oct 2023 11:15:31 +0530 Subject: [PATCH] feat: support attachments in bubble --- .../widgets/conversation/Message.vue | 1 + .../widgets/conversation/bubble/ReplyTo.vue | 82 ++++++++++++++----- 2 files changed, 62 insertions(+), 21 deletions(-) diff --git a/app/javascript/dashboard/components/widgets/conversation/Message.vue b/app/javascript/dashboard/components/widgets/conversation/Message.vue index 71cf1ef4b..d40ed3482 100644 --- a/app/javascript/dashboard/components/widgets/conversation/Message.vue +++ b/app/javascript/dashboard/components/widgets/conversation/Message.vue @@ -37,6 +37,7 @@ diff --git a/app/javascript/dashboard/components/widgets/conversation/bubble/ReplyTo.vue b/app/javascript/dashboard/components/widgets/conversation/bubble/ReplyTo.vue index a7a5ad64a..2c457a224 100644 --- a/app/javascript/dashboard/components/widgets/conversation/bubble/ReplyTo.vue +++ b/app/javascript/dashboard/components/widgets/conversation/bubble/ReplyTo.vue @@ -1,29 +1,69 @@ - - + +