Basic calendar view

This commit is contained in:
2023-11-24 00:12:58 -05:00
parent a6540a2a02
commit 8200bcde52
30 changed files with 406 additions and 57 deletions

View File

@@ -7,43 +7,43 @@ export const links = [
},
{
name: 'Profile',
to: 'profile',
to: '/profile',
icon: 'account_circle',
front_links: false,
},
{
name: 'Boats',
to: 'boat',
to: '/boat',
icon: 'sailing',
front_links: true,
},
{
name: 'Booking',
to: 'booking',
name: 'Schedule',
to: '/schedule',
icon: 'calendar_month',
front_links: true,
},
{
name: 'Certifications',
to: 'certification',
to: '/certification',
icon: 'verified',
front_links: true,
},
{
name: 'Checklists',
to: 'checklist',
to: '/checklist',
icon: 'checklist',
front_links: true,
},
{
name: 'Reference',
to: 'reference',
to: '/reference',
icon: 'info_outline',
front_links: true,
},
{
name: 'Tasks',
to: 'task',
to: '/task',
icon: 'build',
front_links: true,
},