feat(admin): pages Marketing et Statistiques (sans envoi)
Ajoute deux entrées au menu d’administration. Les campagnes s’affichent dans un tableau vide honnête. Les statistiques disent clairement qu’aucune mesure n’est encore branchée, sans afficher de zéro trompeur.
This commit is contained in:
@@ -14,6 +14,8 @@ import {
|
||||
LogOut,
|
||||
Brain,
|
||||
CreditCard,
|
||||
Mail,
|
||||
BarChart3,
|
||||
} from 'lucide-react'
|
||||
import { cn } from '@/lib/utils'
|
||||
import { useLanguage } from '@/lib/i18n'
|
||||
@@ -48,6 +50,16 @@ const ADMIN_NAV_ITEMS = [
|
||||
href: '/admin/billing',
|
||||
icon: CreditCard,
|
||||
},
|
||||
{
|
||||
titleKey: 'admin.sidebar.marketing',
|
||||
href: '/admin/marketing',
|
||||
icon: Mail,
|
||||
},
|
||||
{
|
||||
titleKey: 'admin.sidebar.stats',
|
||||
href: '/admin/stats',
|
||||
icon: BarChart3,
|
||||
},
|
||||
{
|
||||
titleKey: 'admin.sidebar.published',
|
||||
href: '/admin/published',
|
||||
|
||||
Reference in New Issue
Block a user