webapp/src/modules
padreug 8d4c389f71 Add BaseService and refactor ChatService for improved dependency management
- Introduce BaseService as a foundational class for services, providing standardized dependency injection and initialization logic.
- Refactor ChatService to extend BaseService, enhancing its initialization process and dependency handling.
- Implement service metadata and structured initialization in ChatService, allowing for better tracking and error handling during service setup.
- Update chat module to initialize ChatService with dependency management, ensuring readiness before use.
2025-09-05 06:19:08 +02:00
..
base Refactor AuthService and market components for improved functionality and error handling 2025-09-05 03:07:55 +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 Enhance CheckoutPage with Nostr integration for order placement 2025-09-05 06:08:16 +02:00
nostr-feed Refactor imports and enhance type handling across components 2025-09-05 05:42:44 +02:00