From 3c6d1758576e612faf88b6967f91ccc9156086dc Mon Sep 17 00:00:00 2001 From: BOHA Date: Thu, 11 Jun 2026 08:20:15 +0200 Subject: [PATCH] fix(odin): brand mark as bubble avatar + aligned thinking indicator MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Assistant bubbles use the animated OdinMark instead of the plain 'O' circle; the 'Pracuji…' row drops its horizontal padding and matches the 28px mark size, so the thinking mark sits exactly in the avatar column. Co-Authored-By: Claude Fable 5 --- src/admin/components/odin/OdinThread.tsx | 31 +++--------------------- 1 file changed, 4 insertions(+), 27 deletions(-) diff --git a/src/admin/components/odin/OdinThread.tsx b/src/admin/components/odin/OdinThread.tsx index 1d381e1..7706ebd 100644 --- a/src/admin/components/odin/OdinThread.tsx +++ b/src/admin/components/odin/OdinThread.tsx @@ -30,29 +30,6 @@ interface OdinThreadProps { threadRef: React.RefObject; } -/** Small Odin avatar shown to the left of assistant bubbles. */ -function OdinAvatar({ size = 28 }: { size?: number }) { - return ( - - O - - ); -} - export default function OdinThread({ turns, busy, @@ -188,7 +165,7 @@ export default function OdinThread({ maxWidth: "80%", }} > - {!isUser && } + {!isUser && } - + Pracuji…