web-app/src/components/layout
padreug 63d636a8a0 feat: Add My Tickets feature with ticket management
- Introduce MyTickets.vue page to display user tickets with filtering options for paid, pending, and registered tickets.
- Implement useUserTickets composable for fetching and managing user ticket data.
- Update Navbar.vue to include a link to the My Tickets page.
- Enhance events API to support fetching user tickets.
- Define Ticket type in event.ts for better type safety.
2025-08-03 11:20:57 +02:00
..
Footer.vue chore: Set up Electron configuration and update dependencies 2025-03-20 17:26:15 +01:00
Navbar.vue feat: Add My Tickets feature with ticket management 2025-08-03 11:20:57 +02:00