webapp/src/core
padreug e8b9f04494 Refactor PaymentService and related components for improved state management
- Reset payment state on initialization in PaymentService to prevent stuck states.
- Introduce forceResetPaymentState method for debugging purposes.
- Update useTicketPurchase and useLightningPayment composables to reflect changes in computed properties for better state handling.
- Ensure OrderHistory component resets payment state on mount to enhance user experience.
2025-09-05 16:18:13 +02:00
..
base Add VisibilityService for managing app visibility state and connection recovery 2025-09-05 15:34:09 +02:00
composables Refactor authentication and async operation handling in useAuth composable 2025-09-05 06:08:08 +02:00
services Refactor PaymentService and related components for improved state management 2025-09-05 16:18:13 +02:00
di-container.ts Add VisibilityService for managing app visibility state and connection recovery 2025-09-05 15:34:09 +02:00
event-bus.ts Implement modular architecture with core services and Nostr integration 2025-09-04 23:43:33 +02:00
plugin-manager.ts Update app configuration and plugin manager for improved environment variable support 2025-09-05 00:17:11 +02:00
types.ts Implement modular architecture with core services and Nostr integration 2025-09-04 23:43:33 +02:00