From 67ecf3a3a6f0c29eff0990e474bbc6602f260cf5 Mon Sep 17 00:00:00 2001 From: Abhinav Raut Date: Fri, 29 May 2026 16:07:53 +0530 Subject: [PATCH] fix: keep the mentioned message in view when long messages collapse Tall message bubbles above the target collapse to a max height right after they render. That shrank the space above and pushed the mentioned message off screen. We now re-pin the message until the layout stops moving. --- .../conversation/message/MessageList.vue | 101 ++++++++++++------ .../conversation/ConversationDetailView.vue | 4 +- 2 files changed, 69 insertions(+), 36 deletions(-) diff --git a/frontend/apps/main/src/features/conversation/message/MessageList.vue b/frontend/apps/main/src/features/conversation/message/MessageList.vue index c758b51c..4c99f828 100644 --- a/frontend/apps/main/src/features/conversation/message/MessageList.vue +++ b/frontend/apps/main/src/features/conversation/message/MessageList.vue @@ -1,7 +1,7 @@