webapp/src/modules/events
padreug 1544126d17 Refactor CreateEventDialog and EventsPage components to integrate wallet selection
- Removed the wallet input field from CreateEventDialog, now auto-selecting the preferred wallet using PaymentService.
- Updated event creation logic in EventsPage to retrieve the wallet's admin key dynamically, ensuring better wallet management.
- Added error handling for wallet availability, enhancing user feedback during event creation.

These changes streamline the event creation process by automating wallet selection, improving the overall user experience.
2025-09-14 18:07:16 +02:00
..
components Add CreateEventDialog component for event creation functionality 2025-09-14 18:07:16 +02:00
composables Refactor authentication architecture to eliminate dual auth complexity 2025-09-07 00:47:02 +02:00
services Add CreateEventDialog component for event creation functionality 2025-09-14 18:07:16 +02:00
types Add CreateEventDialog component for event creation functionality 2025-09-14 18:07:16 +02:00
views Refactor CreateEventDialog and EventsPage components to integrate wallet selection 2025-09-14 18:07:16 +02:00
index.ts 1.3.5 Module Registration Pattern: Add BaseModulePlugin abstraction 2025-09-06 12:16:40 +02:00