feat(sidebar): reordenar itens — Agenda, Pacientes, GTO, Ortodontia, Financeiro, Relatórios, Contratos
This commit is contained in:
@@ -19,16 +19,16 @@ export const Sidebar: React.FC<SidebarProps> = ({ activeTab, setActiveTab }) =>
|
|||||||
|
|
||||||
const menuItems = [
|
const menuItems = [
|
||||||
{ id: 'dashboard', label: 'VISÃO GERAL', icon: LayoutDashboard },
|
{ id: 'dashboard', label: 'VISÃO GERAL', icon: LayoutDashboard },
|
||||||
{ id: 'clinicas', label: 'MINHAS CLÍNICAS', icon: Building2 },
|
|
||||||
{ id: 'leads', label: 'GESTÃO DE LEADS', icon: Megaphone },
|
|
||||||
{ id: 'pacientes', label: 'PACIENTES', icon: Users },
|
|
||||||
{ id: 'tratamentos', label: 'MEUS TRATAMENTOS', icon: ClipboardList },
|
|
||||||
{ id: 'lancar-gto', label: 'LANÇAR GTO', icon: ClipboardList },
|
|
||||||
{ id: 'agenda', label: 'AGENDA', icon: CalendarIcon },
|
{ id: 'agenda', label: 'AGENDA', icon: CalendarIcon },
|
||||||
|
{ id: 'pacientes', label: 'PACIENTES', icon: Users },
|
||||||
|
{ id: 'lancar-gto', label: 'LANÇAR GTO', icon: ClipboardList },
|
||||||
{ id: 'ortodontia', label: 'ORTODONTIA', icon: Activity },
|
{ id: 'ortodontia', label: 'ORTODONTIA', icon: Activity },
|
||||||
{ id: 'financeiro', label: 'FINANCEIRO', icon: DollarSign },
|
{ id: 'financeiro', label: 'FINANCEIRO', icon: DollarSign },
|
||||||
{ id: 'contratos', label: 'CONTRATOS', icon: FileText },
|
|
||||||
{ id: 'relatorios', label: 'RELATÓRIOS', icon: BarChart3 },
|
{ id: 'relatorios', label: 'RELATÓRIOS', icon: BarChart3 },
|
||||||
|
{ id: 'contratos', label: 'CONTRATOS', icon: FileText },
|
||||||
|
{ id: 'leads', label: 'GESTÃO DE LEADS', icon: Megaphone },
|
||||||
|
{ id: 'tratamentos', label: 'MEUS TRATAMENTOS', icon: ClipboardList },
|
||||||
|
{ id: 'clinicas', label: 'MINHAS CLÍNICAS', icon: Building2 },
|
||||||
{ id: 'dentistas', label: 'DENTISTAS', icon: Stethoscope },
|
{ id: 'dentistas', label: 'DENTISTAS', icon: Stethoscope },
|
||||||
{ id: 'especialidades', label: 'ESPECIALIDADES', icon: Award },
|
{ id: 'especialidades', label: 'ESPECIALIDADES', icon: Award },
|
||||||
{ id: 'procedimentos', label: 'PROCEDIMENTOS', icon: ClipboardList },
|
{ id: 'procedimentos', label: 'PROCEDIMENTOS', icon: ClipboardList },
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
export const APP_VERSION = 'V1.0.5';
|
export const APP_VERSION = 'V1.0.6';
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
"type": "module",
|
"type": "module",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "vite",
|
"dev": "vite",
|
||||||
"build": "node ../update-version.js && vite build",
|
"build": "vite build",
|
||||||
"preview": "vite preview"
|
"preview": "vite preview"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|||||||
Reference in New Issue
Block a user