web-app/src/composables
padreug 67e4c0db87 feat: Implement ticket grouping in MyTickets for improved organization
- Enhance useUserTickets composable to group tickets by event, providing counts for paid, pending, and registered tickets.
- Update MyTickets.vue to display tickets in organized groups, improving user experience with clear event headers and ticket summaries.
- Refactor ticket display logic to accommodate grouped ticket views, ensuring a cohesive layout across different ticket statuses.
2025-08-03 11:20:58 +02:00
..
useAuth.ts refactor: Simplify logout process and enhance routing in authentication components 2025-08-03 11:20:35 +02:00
useEvents.ts chore: Update project metadata and dependencies 2025-03-19 23:02:30 +01:00
useIdentity.ts feat: Implement comprehensive Nostr identity and social features 2025-07-02 17:14:02 +02:00
useLocale.ts feat(i18n): Enhance internationalization with dynamic locale management 2025-03-09 13:27:45 +01:00
useNostr.ts refactor: Simplify Nostr connection management and enhance store integration 2025-07-02 19:49:06 +02:00
useNostrFeed.ts Squash merge nostrfeed-localStorage into ario 2025-08-03 11:09:42 +02:00
useNostrFeedPreloader.ts Squash merge nostrfeed-localStorage into ario 2025-08-03 11:09:42 +02:00
useSocial.ts feat: Implement push notification system for admin announcements 2025-07-12 18:10:33 +02:00
useTicketPurchase.ts feat: Enhance ticket purchasing and management with QR code support 2025-08-03 11:20:58 +02:00
useUserTickets.ts feat: Implement ticket grouping in MyTickets for improved organization 2025-08-03 11:20:58 +02:00