Add event management system with calendar and CRUD operations
Some checks failed
Build And Push Image / docker (push) Failing after 2m37s
Some checks failed
Build And Push Image / docker (push) Failing after 2m37s
- Add EventCalendar component with FullCalendar integration - Create event CRUD dialogs and upcoming event banner - Implement server-side events API and database utilities - Add events dashboard page and navigation - Improve dues calculation with better overdue day logic - Install FullCalendar and date-fns dependencies
This commit is contained in:
@@ -25,6 +25,13 @@
|
||||
title="Dashboard"
|
||||
value="dashboard"
|
||||
/>
|
||||
|
||||
<v-list-item
|
||||
to="/dashboard/events"
|
||||
prepend-icon="mdi-calendar"
|
||||
title="Events"
|
||||
value="events"
|
||||
/>
|
||||
|
||||
<v-list-item
|
||||
to="/dashboard/user"
|
||||
|
||||
Reference in New Issue
Block a user