From 5bdd2f92f01088ed721f180015798a3bb67b36bb Mon Sep 17 00:00:00 2001
From: elvoisin <95469923+elvoisin@users.noreply.github.com>
Date: Mon, 8 Sep 2025 10:40:31 +0200
Subject: [PATCH] =?UTF-8?q?=E2=9C=A8(ui)=20delete=20flex=20message=20(#28)?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
remove display flex on content chat
---
CHANGELOG.md | 3 ++-
.../apps/conversations/src/features/chat/components/Chat.tsx | 4 +++-
2 files changed, 5 insertions(+), 2 deletions(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 6900d89..668a45f 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -8,10 +8,11 @@ and this project adheres to
## [Unreleased]
-- ✅(front) add enabled/disabled conversation analysis
+- ✨(ui) delete flex message
### Changed
+- ✅(front) add enabled/disabled conversation analysis
- 🎨(front) amelioration chat ux
- 🎨(front) global layout modification
- ✨(front) global layout UI
diff --git a/src/frontend/apps/conversations/src/features/chat/components/Chat.tsx b/src/frontend/apps/conversations/src/features/chat/components/Chat.tsx
index 19452a4..d404f23 100644
--- a/src/frontend/apps/conversations/src/features/chat/components/Chat.tsx
+++ b/src/frontend/apps/conversations/src/features/chat/components/Chat.tsx
@@ -501,7 +501,9 @@ export const Chat = ({
components={{
// Custom components for Markdown rendering
// eslint-disable-next-line @typescript-eslint/no-unused-vars
- p: ({ node, ...props }) => ,
+ p: ({ node, ...props }) => (
+
+ ),
}}
>
{message.content}