Ajustes gerais #57

Merged
deyvisonwanderley merged 49 commits from ajustes_gerais into master 2025-12-09 18:13:50 +00:00
266 changed files with 50549 additions and 30736 deletions
Showing only changes of commit 4110b12724 - Show all commits

View File

@@ -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}
<!-- Indicador de Conexão -->
<ConnectionIndicator />
<!-- Popup Global de Notificação de Nova Mensagem (quando chat está fechado/minimizado) -->
{#if showGlobalNotificationPopup && globalNotificationMessage}