From 4110b12724435ceb8a330520972b144f10d94931 Mon Sep 17 00:00:00 2001 From: deyvisonwanderley Date: Tue, 9 Dec 2025 01:57:20 -0300 Subject: [PATCH] refactor: remove ConnectionIndicator component from ChatWidget to streamline the chat interface and improve code clarity --- apps/web/src/lib/components/chat/ChatWidget.svelte | 2 -- 1 file changed, 2 deletions(-) diff --git a/apps/web/src/lib/components/chat/ChatWidget.svelte b/apps/web/src/lib/components/chat/ChatWidget.svelte index 25bb0cf..944cc91 100644 --- a/apps/web/src/lib/components/chat/ChatWidget.svelte +++ b/apps/web/src/lib/components/chat/ChatWidget.svelte @@ -15,7 +15,6 @@ import type { Id } from '@sgse-app/backend/convex/_generated/dataModel'; import ChatList from './ChatList.svelte'; import ChatWindow from './ChatWindow.svelte'; - import ConnectionIndicator from './ConnectionIndicator.svelte'; import { MessageSquare, Minus, Maximize2, X, Bell } from 'lucide-svelte'; import { SvelteSet } from 'svelte/reactivity'; @@ -1316,7 +1315,6 @@ {/if} - {#if showGlobalNotificationPopup && globalNotificationMessage}