From f8a641b40225e416bfe4cdd8dbb033e0139cb08e Mon Sep 17 00:00:00 2001 From: shamoon <4887959+shamoon@users.noreply.github.com> Date: Fri, 17 Jul 2026 22:26:07 -0700 Subject: [PATCH] Fix (beta): convert chat component to signal-backed (#13152) --- .../components/chat/chat/chat.component.html | 9 +-- .../chat/chat/chat.component.spec.ts | 61 +++++++++++-------- .../components/chat/chat/chat.component.ts | 48 ++++++++++----- 3 files changed, 72 insertions(+), 46 deletions(-) diff --git a/src-ui/src/app/components/chat/chat/chat.component.html b/src-ui/src/app/components/chat/chat/chat.component.html index 29b938943..b3bc20ddf 100644 --- a/src-ui/src/app/components/chat/chat/chat.component.html +++ b/src-ui/src/app/components/chat/chat/chat.component.html @@ -6,7 +6,7 @@