updates
This commit is contained in:
@@ -3,7 +3,7 @@ import { NavLink } from 'react-router-dom'
|
||||
import {
|
||||
LayoutDashboard, FileEdit, Image, Calendar, Wallet,
|
||||
FolderKanban, CheckSquare, Users, ChevronLeft, ChevronRight, ChevronDown,
|
||||
Sparkles, Shield, LogOut, User, Settings, Languages, Tag, LayoutList, Receipt, BarChart3
|
||||
Sparkles, Shield, LogOut, User, Settings, Languages, Tag, LayoutList, Receipt, BarChart3, Palette, CalendarDays, AlertCircle
|
||||
} from 'lucide-react'
|
||||
import { useAuth } from '../contexts/AuthContext'
|
||||
import { useLanguage } from '../i18n/LanguageContext'
|
||||
@@ -22,6 +22,8 @@ const moduleGroups = [
|
||||
items: [
|
||||
{ to: '/campaigns', icon: Calendar, labelKey: 'nav.campaigns', tutorial: 'campaigns' },
|
||||
{ to: '/posts', icon: FileEdit, labelKey: 'nav.posts', tutorial: 'posts' },
|
||||
{ to: '/calendar', icon: CalendarDays, labelKey: 'nav.calendar' },
|
||||
{ to: '/artefacts', icon: Palette, labelKey: 'nav.artefacts' },
|
||||
{ to: '/assets', icon: Image, labelKey: 'nav.assets', tutorial: 'assets' },
|
||||
{ to: '/brands', icon: Tag, labelKey: 'nav.brands' },
|
||||
],
|
||||
@@ -45,6 +47,14 @@ const moduleGroups = [
|
||||
{ to: '/budgets', icon: Receipt, labelKey: 'nav.budgets' },
|
||||
],
|
||||
},
|
||||
{
|
||||
module: 'issues',
|
||||
labelKey: 'modules.issues',
|
||||
icon: AlertCircle,
|
||||
items: [
|
||||
{ to: '/issues', icon: AlertCircle, labelKey: 'nav.issues' },
|
||||
],
|
||||
},
|
||||
]
|
||||
|
||||
const standaloneBottom = [
|
||||
|
||||
Reference in New Issue
Block a user