clean Navigation Bar 8 rest
This commit is contained in:
parent
a36ff21690
commit
7b537cb122
@ -103,6 +103,12 @@ export function Sidebar({ isOpen, onClose }: SidebarProps) {
|
|||||||
href: "/parole",
|
href: "/parole",
|
||||||
iframe: process.env.NEXT_PUBLIC_IFRAME_PAROLE_URL,
|
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",
|
title: "Chapter",
|
||||||
icon: FileText,
|
icon: FileText,
|
||||||
@ -120,7 +126,7 @@ export function Sidebar({ isOpen, onClose }: SidebarProps) {
|
|||||||
// Role-specific menu items
|
// Role-specific menu items
|
||||||
const roleSpecificItems: MenuItem[] = [
|
const roleSpecificItems: MenuItem[] = [
|
||||||
{
|
{
|
||||||
title: "ArtLab",
|
title: "Artlab",
|
||||||
icon: Palette,
|
icon: Palette,
|
||||||
href: "/design",
|
href: "/design",
|
||||||
iframe: process.env.NEXT_PUBLIC_IFRAME_ARTLAB_URL,
|
iframe: process.env.NEXT_PUBLIC_IFRAME_ARTLAB_URL,
|
||||||
@ -134,14 +140,14 @@ export function Sidebar({ isOpen, onClose }: SidebarProps) {
|
|||||||
requiredRole: "Coding",
|
requiredRole: "Coding",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Calcul",
|
title: "Calculation",
|
||||||
icon: Calculator,
|
icon: Calculator,
|
||||||
href: "/calculation",
|
href: "/calculation",
|
||||||
iframe: process.env.NEXT_PUBLIC_IFRAME_CALCULATION_URL,
|
iframe: process.env.NEXT_PUBLIC_IFRAME_CALCULATION_URL,
|
||||||
requiredRole: "DataIntelligence",
|
requiredRole: "DataIntelligence",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Médiation",
|
title: "Mediations",
|
||||||
icon: Building2,
|
icon: Building2,
|
||||||
href: "/crm",
|
href: "/crm",
|
||||||
iframe: process.env.NEXT_PUBLIC_IFRAME_MEDIATIONS_URL,
|
iframe: process.env.NEXT_PUBLIC_IFRAME_MEDIATIONS_URL,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user