From f9db6c4eec6b3a025e848a75164c65cabafc901b Mon Sep 17 00:00:00 2001 From: joao_pedro Date: Sat, 8 Nov 2025 09:58:53 -0300 Subject: [PATCH] =?UTF-8?q?Mudan=C3=A7as=20na=20Sidebar?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/data/sidebar-items-adm.json | 11 ++--------- src/data/sidebar-items-medico.json | 6 ------ src/data/sidebar-items-secretaria.json | 8 +------- 3 files changed, 3 insertions(+), 22 deletions(-) diff --git a/src/data/sidebar-items-adm.json b/src/data/sidebar-items-adm.json index be4969a..5b4c554 100644 --- a/src/data/sidebar-items-adm.json +++ b/src/data/sidebar-items-adm.json @@ -20,17 +20,10 @@ "name": "Relatórios", "icon": "table", "url": "/admin/laudo" - }, - - { - "name": "Gestão de Usuários", - "icon": "person-badge-fill", - "url": "/admin/gestao" - }, - + }, { "name": "Painel Administrativo", "icon": "file-bar-graph-fill", "url": "/admin/painel" } -] \ No newline at end of file +] diff --git a/src/data/sidebar-items-medico.json b/src/data/sidebar-items-medico.json index b8b67b4..0ededdb 100644 --- a/src/data/sidebar-items-medico.json +++ b/src/data/sidebar-items-medico.json @@ -1,10 +1,4 @@ [ - - { - "name": "Prontuário", - "icon": "calendar-plus-fill", - "url": "/medico/prontuario" - }, { "name": "Seus Agendamentos", "icon": "calendar", diff --git a/src/data/sidebar-items-secretaria.json b/src/data/sidebar-items-secretaria.json index c74cbf5..1d333fe 100644 --- a/src/data/sidebar-items-secretaria.json +++ b/src/data/sidebar-items-secretaria.json @@ -20,11 +20,5 @@ "name": "Agendar consulta", "icon": "calendar-plus-fill", "url": "/secretaria/agendamento" - }, - - { - "name": "Laudo do Paciente", - "icon": "table", - "url": "/secretaria/laudo" } -] \ No newline at end of file +]