From 7621fbea36219c761dc36b3fc534253ee48cd481 Mon Sep 17 00:00:00 2001 From: deyvisonwanderley Date: Thu, 4 Dec 2025 17:06:59 -0300 Subject: [PATCH] feat: replace SVG icons with Lucide components in the Central de Chamados page for improved consistency and maintainability --- .../ti/central-chamados/+page.svelte | 151 ++---------------- 1 file changed, 11 insertions(+), 140 deletions(-) diff --git a/apps/web/src/routes/(dashboard)/ti/central-chamados/+page.svelte b/apps/web/src/routes/(dashboard)/ti/central-chamados/+page.svelte index 64e998d..d6e4132 100644 --- a/apps/web/src/routes/(dashboard)/ti/central-chamados/+page.svelte +++ b/apps/web/src/routes/(dashboard)/ti/central-chamados/+page.svelte @@ -7,6 +7,7 @@ import { useConvexWithAuth } from '$lib/hooks/useConvexWithAuth'; import SlaChart from '$lib/components/chamados/SlaChart.svelte'; import { resolve } from '$app/paths'; + import { MessageSquare, BarChart3, FileText, Clock, User, Info, MessageCircle, UserPlus } from 'lucide-svelte'; type Ticket = Doc<'tickets'>; type Usuario = Doc<'usuarios'>; @@ -701,20 +702,7 @@
- - - +

Central de Chamados

@@ -731,60 +719,21 @@ class="tab flex items-center gap-2 {abaAtiva === 'dashboard' ? 'tab-active' : ''}" onclick={() => (abaAtiva = 'dashboard')} > - - - + Dashboard
@@ -1005,20 +954,7 @@ class="border-base-300 bg-base-100/50 rounded-3xl border-2 border-dashed p-12 text-center shadow-lg" >
- - - +

Nenhum chamado selecionado

Selecione um chamado na tabela acima para visualizar detalhes e realizar ações. @@ -1047,39 +983,13 @@

- - - + Solicitante: {detalheSelecionado.solicitanteNome}
{#if detalheSelecionado.prazoConclusao}
- - - + Prazo: {prazoRestante(detalheSelecionado.prazoConclusao) ?? '--'}
@@ -1094,20 +1004,7 @@
- - - +

Detalhes do chamado

@@ -1141,20 +1038,7 @@
- - - +

Responder chamado

@@ -1244,20 +1128,7 @@
- - - +

Atribuir responsável