"add PartyEvent frontend module with mock data, API actions, UI components and routing configuration"

This commit is contained in:
louiscklaw
2025-06-15 16:13:09 +08:00
parent d987b0fe36
commit a88de2f17f
43 changed files with 4480 additions and 0 deletions

View File

@@ -91,6 +91,17 @@ export const navData: NavSectionProps['data'] = [
{ title: 'Account', path: paths.dashboard.user.account },
],
},
{
title: 'party-event',
path: paths.dashboard.partyEvent.root,
icon: ICONS.product,
children: [
{ title: 'List', path: paths.dashboard.partyEvent.root },
{ title: 'Details', path: paths.dashboard.partyEvent.demo.details },
{ title: 'Create', path: paths.dashboard.partyEvent.new },
{ title: 'Edit', path: paths.dashboard.partyEvent.demo.edit },
],
},
{
title: 'Product',
path: paths.dashboard.product.root,