- Introduced CreateEventDialog.vue to facilitate the creation of new events with a comprehensive form for user input. - Implemented form validation using Vee-Validate and Zod to ensure data integrity. - Integrated event creation logic in the EventsApiService to handle API requests for creating events. - Updated EventsPage.vue to include the CreateEventDialog, allowing users to open the dialog and submit event details. These changes enhance the event management capabilities, providing users with a streamlined interface for creating events. |
||
|---|---|---|
| .. | ||
| assets | ||
| components | ||
| composables | ||
| core | ||
| i18n | ||
| lib | ||
| modules | ||
| pages | ||
| app.config.ts | ||
| app.ts | ||
| App.vue | ||
| main.ts | ||
| vite-env.d.ts | ||