clean Navigation Bar 8

This commit is contained in:
alma 2025-04-17 15:56:27 +02:00
parent 2911685358
commit a36ff21690
2 changed files with 5 additions and 11 deletions

View File

@ -72,7 +72,7 @@ export function News() {
<CardHeader className="flex flex-row items-center justify-between pb-2 border-b border-gray-100"> <CardHeader className="flex flex-row items-center justify-between pb-2 border-b border-gray-100">
<CardTitle className="text-lg font-semibold text-gray-800 flex items-center gap-2"> <CardTitle className="text-lg font-semibold text-gray-800 flex items-center gap-2">
<Telescope className="h-5 w-5 text-gray-600" /> <Telescope className="h-5 w-5 text-gray-600" />
News Nouvelles
</CardTitle> </CardTitle>
</CardHeader> </CardHeader>
<CardContent className="p-3"> <CardContent className="p-3">
@ -89,7 +89,7 @@ export function News() {
<CardHeader className="flex flex-row items-center justify-between pb-2 border-b border-gray-100"> <CardHeader className="flex flex-row items-center justify-between pb-2 border-b border-gray-100">
<CardTitle className="text-lg font-semibold text-gray-800 flex items-center gap-2"> <CardTitle className="text-lg font-semibold text-gray-800 flex items-center gap-2">
<Telescope className="h-5 w-5 text-gray-600" /> <Telescope className="h-5 w-5 text-gray-600" />
News Nouvelles
</CardTitle> </CardTitle>
<Button <Button
variant="ghost" variant="ghost"

View File

@ -103,12 +103,6 @@ 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,
@ -126,7 +120,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,
@ -140,14 +134,14 @@ export function Sidebar({ isOpen, onClose }: SidebarProps) {
requiredRole: "Coding", requiredRole: "Coding",
}, },
{ {
title: "Calculation", title: "Calcul",
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: "Mediations", title: "Médiation",
icon: Building2, icon: Building2,
href: "/crm", href: "/crm",
iframe: process.env.NEXT_PUBLIC_IFRAME_MEDIATIONS_URL, iframe: process.env.NEXT_PUBLIC_IFRAME_MEDIATIONS_URL,