mas cambios

This commit is contained in:
2026-03-12 10:54:46 -04:00
parent 6b1e9a25af
commit 951a1f64ac
25 changed files with 5788 additions and 284 deletions

View File

@@ -5,19 +5,19 @@ import { useLanguage } from '@/contexts/LanguageContext';
import DashboardStyles from '@/components/layouts/DashboardStyles';
import CurrencySelector from '@/components/CurrencySelector';
import LanguageSelector from '@/components/LanguageSelector';
import {
Home,
Plus,
Wallet,
List,
MessageSquare,
Star,
BookOpen,
Heart,
FileText,
User,
import {
Home,
Plus,
Wallet,
List,
MessageSquare,
Star,
BookOpen,
Heart,
FileText,
User,
Users,
Settings,
Settings,
LogOut,
Search,
Bell,
@@ -60,7 +60,9 @@ import {
Server,
ShieldAlert,
UserCircle,
Mail
Mail,
TrendingUp,
Instagram
} from 'lucide-react';
const DashboardLayout = ({ children }: { children: React.ReactNode }) => {
@@ -217,9 +219,9 @@ const DashboardLayout = ({ children }: { children: React.ReactNode }) => {
{ icon: FileText, label: 'Reportes', path: '/dashboard/politur/reports' }
]
},
{
icon: UserCircle,
label: 'Guías Turísticos',
{
icon: UserCircle,
label: 'Guías Turísticos',
path: '/dashboard/guides',
subItems: [
{ icon: Home, label: 'Dashboard', path: '/dashboard/guides' },
@@ -227,6 +229,18 @@ const DashboardLayout = ({ children }: { children: React.ReactNode }) => {
{ icon: BookOpen, label: 'Biblioteca', path: '/dashboard/guides/library' }
]
},
{
icon: Instagram,
label: 'Influencer Dashboard',
path: '/dashboard/influencer',
subItems: [
{ icon: Home, label: 'Mi Dashboard', path: '/dashboard/influencer' },
{ icon: BarChart3, label: 'Mis Estadísticas', path: '/dashboard/influencer/stats' },
{ icon: Megaphone, label: 'Campañas', path: '/dashboard/influencer/campaigns' },
{ icon: TrendingUp, label: 'Earnings', path: '/dashboard/influencer/earnings' },
{ icon: Users, label: 'Mi Perfil Público', path: '/dashboard/influencer/profile' }
]
},
{
icon: Store,
label: t('commerce'),