From 2b51375fbf16bfcafe3fbcc30b50a2cc55edb311 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=A5=D0=B0=D0=BB=D0=B8=D0=BC=D0=BE=D0=B2=20=D0=A0=D1=83?= =?UTF-8?q?=D1=81=D1=82=D0=B0=D0=BC?= Date: Mon, 20 Apr 2026 22:37:25 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9E=D1=82=D1=81=D1=82=D1=83=D0=BF=D1=8B=20?= =?UTF-8?q?=D0=B2=20=D0=B1=D0=B0=D0=B1=D0=BB=D0=B0=D1=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../presentation/components/MessageBubble.tsx | 213 +++++++++--------- 1 file changed, 111 insertions(+), 102 deletions(-) diff --git a/client-web/src/modules/chats/presentation/components/MessageBubble.tsx b/client-web/src/modules/chats/presentation/components/MessageBubble.tsx index dc23f80..94e3e46 100644 --- a/client-web/src/modules/chats/presentation/components/MessageBubble.tsx +++ b/client-web/src/modules/chats/presentation/components/MessageBubble.tsx @@ -612,9 +612,9 @@ function MessageBubble({ const isSingleGif = galleryMedia.length === 1 && isMediaGif(galleryMedia[0]); const hasReactions = Object.keys(reactionGroups).length > 0; - return ( -
@@ -703,6 +703,89 @@ function MessageBubble({
)} + + + )} + + ); + })()} + + {/* Голосовое - Optimized Kinetic Layout */} + {hasVoice && ( +
+