From 08f3394de36ea7d2535a115c9e9d68bfad4c4346 Mon Sep 17 00:00:00 2001 From: deyvisonwanderley Date: Sun, 30 Nov 2025 15:48:17 -0300 Subject: [PATCH] =?UTF-8?q?feat:=20add=20tab=20navigation=20to=20Central?= =?UTF-8?q?=20de=20Chamados=20page,=20allowing=20users=20to=20switch=20bet?= =?UTF-8?q?ween=20Dashboard,=20Painel=20de=20Chamados,=20and=20Configura?= =?UTF-8?q?=C3=A7=C3=B5es=20SLA=20for=20improved=20organization=20and=20ac?= =?UTF-8?q?cessibility?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../ti/central-chamados/+page.svelte | 41 +++++++++++++++++++ 1 file changed, 41 insertions(+) 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 53b1bd5..d5811ac 100644 --- a/apps/web/src/routes/(dashboard)/ti/central-chamados/+page.svelte +++ b/apps/web/src/routes/(dashboard)/ti/central-chamados/+page.svelte @@ -67,6 +67,7 @@ let filtroSetor = $state("todos"); let ticketSelecionado = $state | null>(null); let detalheSelecionado = $state(null); + let abaAtiva = $state<"dashboard" | "chamados" | "sla">("dashboard"); let assignResponsavel = $state | "">(""); let assignMotivo = $state(""); let assignFeedback = $state(null); @@ -656,7 +657,40 @@ + +
+ + + +
+
+ + {#if abaAtiva === 'dashboard'}

Total de chamados

@@ -749,7 +783,10 @@ {/if} {/if}
+ {/if} + + {#if abaAtiva === 'chamados'}
@@ -1186,7 +1223,10 @@
{/if} + {/if} + + {#if abaAtiva === 'sla'}
@@ -1486,6 +1526,7 @@
+ {/if} {#if slaParaExcluir}