Skip to content

Commit f97e5bd

Browse files
committed
chore: wip
1 parent 7efd419 commit f97e5bd

File tree

5 files changed

+1086
-889
lines changed

5 files changed

+1086
-889
lines changed

storage/framework/defaults/components/Dashboard/Sidebar.vue

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,10 @@ const expandedItems = useLocalStorage<Record<string, boolean>>('sidebar-expanded
6060
'#queue': false,
6161
'#commerce': false,
6262
'#commerce-products': false,
63+
'#commerce-analytics': false,
6364
'#social-posts': false,
64-
'#analytics': false
65+
'#analytics': false,
66+
'#waitlist': false
6567
})
6668
6769
// Create an ordered array of sections that we can reorder
@@ -242,7 +244,15 @@ const sectionContent: Record<string, SectionContent> = {
242244
analytics: {
243245
items: [
244246
{ to: '/blog/analytics', icon: 'i-hugeicons-document-validation', text: 'Blog' },
245-
{ to: '/commerce/analytics', icon: 'i-hugeicons-shopping-cart-01', text: 'Commerce' },
247+
{
248+
to: '#commerce-analytics',
249+
icon: 'i-hugeicons-shopping-cart-01',
250+
text: 'Commerce',
251+
children: [
252+
{ to: '/commerce/analytics/web', text: 'Web' },
253+
{ to: '/commerce/analytics/sales', text: 'Sales' }
254+
]
255+
},
246256
{ to: '/marketing/analytics', icon: 'i-hugeicons-megaphone-01', text: 'Marketing' },
247257
]
248258
},

0 commit comments

Comments
 (0)