webapp/src/modules
padreug dc4da570a7 Refactor services to extend BaseService for improved structure and dependency management
- Update AuthService and RelayHub to extend BaseService, introducing standardized initialization and metadata handling.
- Implement service-specific initialization methods in both services, enhancing error handling and logging.
- Modify NostrmarketService to inherit from BaseService, ensuring consistent dependency management and initialization.
- Refactor market module to dynamically import NostrmarketService, improving service registration and initialization flow.
- Enhance debug logging across services for better traceability during initialization and operation.
2025-09-05 06:41:19 +02:00
..
base Refactor services to extend BaseService for improved structure and dependency management 2025-09-05 06:41:19 +02:00
chat Add BaseService and refactor ChatService for improved dependency management 2025-09-05 06:19:08 +02:00
events Refactor authentication and async operation handling in useAuth composable 2025-09-05 06:08:08 +02:00
market Refactor services to extend BaseService for improved structure and dependency management 2025-09-05 06:41:19 +02:00
nostr-feed Refactor imports and enhance type handling across components 2025-09-05 05:42:44 +02:00