webapp/src/core/services
padreug 3e9c9bbdef Add VisibilityService for managing app visibility state and connection recovery
- Introduce a new VisibilityService to handle application visibility state, including online/offline status and connection management.
- Update DI container to register the new VisibilityService and integrate it into the base module.
- Modify BaseService to include visibilityService as a dependency, ensuring proper initialization and error handling.
- Enhance RelayHub to register with VisibilityService for improved connection management during visibility changes.
- Refactor related components to utilize the new service, streamlining visibility handling across the application.
2025-09-05 15:34:09 +02:00
..
PaymentService.ts Refactor PaymentService methods for clarity and consistency 2025-09-05 15:23:03 +02:00
VisibilityService.ts Add VisibilityService for managing app visibility state and connection recovery 2025-09-05 15:34:09 +02:00