ui(analytics-layout): 💄 Restructure AnalyticsLayout component to reorganize sections and improve UX hierarchy
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
This commit is contained in:
parent
b8d7dffa07
commit
8b06e9b480
1 changed files with 7 additions and 1 deletions
|
|
@ -20,7 +20,7 @@ import {
|
|||
HeaderUserMenu,
|
||||
} from '@lilith/ui-header';
|
||||
import { useTheme } from '@lilith/ui-theme';
|
||||
import { LayoutGridIcon, TrendingUpIcon, FilterIcon, BarChart3Icon, MenuIcon, XIcon, RadioIcon, LogOutIcon, SettingsIcon, UserIcon, SunIcon, MoonIcon, UserPlusIcon, MousePointerClickIcon, UsersIcon, SlidersHorizontalIcon, Grid3X3Icon, GaugeIcon, GitBranchIcon, FlaskConicalIcon, ArrowDownUpIcon, ReceiptIcon, WalletIcon, AlertTriangleIcon, DollarSignIcon } from '@lilith/ui-icons';
|
||||
import { LayoutGridIcon, TrendingUpIcon, FilterIcon, BarChart3Icon, MenuIcon, XIcon, RadioIcon, LogOutIcon, SettingsIcon, UserIcon, SunIcon, MoonIcon, UserPlusIcon, MousePointerClickIcon, UsersIcon, SlidersHorizontalIcon, Grid3X3Icon, GaugeIcon, GitBranchIcon, FlaskConicalIcon, ArrowDownUpIcon, ReceiptIcon, WalletIcon, AlertTriangleIcon, DollarSignIcon, SearchIcon } from '@lilith/ui-icons';
|
||||
import { useAuth } from '@lilith/auth-provider';
|
||||
|
||||
import { AnalyticsFilterProvider } from '../context/AnalyticsFilterContext';
|
||||
|
|
@ -209,6 +209,12 @@ const navigation = [
|
|||
{ path: '/audience', label: 'Audience', icon: UsersIcon },
|
||||
],
|
||||
},
|
||||
{
|
||||
section: 'SEO',
|
||||
items: [
|
||||
{ path: '/seo', label: 'SEO', icon: SearchIcon },
|
||||
],
|
||||
},
|
||||
{
|
||||
section: 'Analysis',
|
||||
items: [
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue