From f4e62381763590f772ab5717720dcf47de6de8f3 Mon Sep 17 00:00:00 2001 From: Roberto Musso Date: Sat, 28 Feb 2026 00:16:54 +0100 Subject: [PATCH] fix(tasks): adjust Floating AI chat section registration and styling --- src/renderer/components/ai/FloatingChat.tsx | 8 ++++---- src/renderer/routes/tasks.tsx | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/renderer/components/ai/FloatingChat.tsx b/src/renderer/components/ai/FloatingChat.tsx index bd175e5..43944fe 100644 --- a/src/renderer/components/ai/FloatingChat.tsx +++ b/src/renderer/components/ai/FloatingChat.tsx @@ -171,7 +171,7 @@ function FloatingChatInner() { if (msg.role === 'user') { return (
-
+

{msg.content}

@@ -194,7 +194,7 @@ function FloatingChatInner() { return (
-
+
@@ -206,7 +206,7 @@ function FloatingChatInner() { {/* Streaming */} {isStreaming && (
-
+
{streamingContent ? (
@@ -227,7 +227,7 @@ function FloatingChatInner() { {/* ---- Floating input bar ---- */} -
+
{/* Close button */}