clean Navigation Bar 8 rest

This commit is contained in:
alma 2025-04-17 15:57:37 +02:00
parent a36ff21690
commit 7b537cb122

View File

@ -103,6 +103,12 @@ export function Sidebar({ isOpen, onClose }: SidebarProps) {
href: "/parole",
iframe: process.env.NEXT_PUBLIC_IFRAME_PAROLE_URL,
},
{
title: "MissionsBoard",
icon: Kanban,
href: "/missions-board",
iframe: process.env.NEXT_PUBLIC_IFRAME_MISSIONSBOARD_URL,
},
{
title: "Chapter",
icon: FileText,
@ -120,7 +126,7 @@ export function Sidebar({ isOpen, onClose }: SidebarProps) {
// Role-specific menu items
const roleSpecificItems: MenuItem[] = [
{
title: "ArtLab",
title: "Artlab",
icon: Palette,
href: "/design",
iframe: process.env.NEXT_PUBLIC_IFRAME_ARTLAB_URL,
@ -134,14 +140,14 @@ export function Sidebar({ isOpen, onClose }: SidebarProps) {
requiredRole: "Coding",
},
{
title: "Calcul",
title: "Calculation",
icon: Calculator,
href: "/calculation",
iframe: process.env.NEXT_PUBLIC_IFRAME_CALCULATION_URL,
requiredRole: "DataIntelligence",
},
{
title: "Médiation",
title: "Mediations",
icon: Building2,
href: "/crm",
iframe: process.env.NEXT_PUBLIC_IFRAME_MEDIATIONS_URL,