From 78ab6161cf768d75367a696e9822370f86b0edd0 Mon Sep 17 00:00:00 2001 From: deyvisonwanderley Date: Sun, 30 Nov 2025 15:44:51 -0300 Subject: [PATCH] feat: enhance Central de Chamados page by adding breadcrumb navigation and a structured header, improving user experience and accessibility --- .../ti/central-chamados/+page.svelte | 28 ++++++++++++++++++- 1 file changed, 27 insertions(+), 1 deletion(-) 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 08c13ad..53b1bd5 100644 --- a/apps/web/src/routes/(dashboard)/ti/central-chamados/+page.svelte +++ b/apps/web/src/routes/(dashboard)/ti/central-chamados/+page.svelte @@ -12,6 +12,7 @@ import { useConvexWithAuth } from "$lib/hooks/useConvexWithAuth"; import { authStore } from "$lib/stores/auth.svelte"; import SlaChart from "$lib/components/chamados/SlaChart.svelte"; + import { resolve } from "$app/paths"; type Ticket = Doc<"tickets">; type Usuario = Doc<"usuarios">; @@ -631,7 +632,31 @@ // }); -
+
+ + + + +
+
+
+ + + +
+
+

Central de Chamados

+

Monitore tickets, configure SLA, atribua responsáveis e acompanhe alertas de prazos

+
+
+
+ +

Total de chamados

@@ -1480,5 +1505,6 @@
{/if} +