web-app/src/components
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
..
auth refactor: Remove unused icon imports in ProfileDialog component 2025-08-03 11:20:57 +02:00
events refactor: Revamp PurchaseTicketDialog and introduce useTicketPurchase composable 2025-08-03 11:20:57 +02:00
layout feat: Add My Tickets feature with ticket management 2025-08-03 11:20:57 +02:00
nostr refactor: Improve layout and responsiveness of NostrFeed and Home components 2025-08-03 11:20:48 +02:00
notifications feat: Implement push notification system for admin announcements 2025-07-12 18:10:33 +02:00
pwa feat: Enhance admin announcement functionality and introduce PWA installation prompt 2025-07-12 18:10:33 +02:00
theme-provider bare repo 2025-03-09 12:28:49 +01:00
ui update sonner; toast is still light 2025-08-01 14:11:17 +02:00
LanguageSwitcher.vue refactor(ui): Optimize LanguageSwitcher component rendering and type safety 2025-03-11 02:18:29 +01:00
ThemeToggle.vue add color theme with dark and light mode! 2025-02-02 18:44:05 +01:00