From 475667e9e80aecfbf051ac4439e2f670cac176bb Mon Sep 17 00:00:00 2001 From: Abhinav Raut Date: Thu, 14 May 2026 17:04:35 +0530 Subject: [PATCH] Render audio attachments as tiles with inline popover player --- .../attachment/BubbleAttachmentItem.vue | 113 ++++++++++-------- .../attachment/BubbleAttachmentPreview.vue | 22 +--- 2 files changed, 68 insertions(+), 67 deletions(-) diff --git a/frontend/apps/main/src/features/conversation/message/attachment/BubbleAttachmentItem.vue b/frontend/apps/main/src/features/conversation/message/attachment/BubbleAttachmentItem.vue index 5ba38b4d..fe917dcc 100644 --- a/frontend/apps/main/src/features/conversation/message/attachment/BubbleAttachmentItem.vue +++ b/frontend/apps/main/src/features/conversation/message/attachment/BubbleAttachmentItem.vue @@ -1,69 +1,78 @@