webapp/src/modules/chat
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
..
components Implement LNbits integration in AuthService and enhance ChatComponent for improved user experience 2025-09-05 02:48:47 +02:00
composables Refactor authentication and async operation handling in useAuth composable 2025-09-05 06:08:08 +02:00
services Add BaseService and refactor ChatService for improved dependency management 2025-09-05 06:19:08 +02:00
types Enhance market module with new chat and events features 2025-09-05 00:01:40 +02:00
views Refactor ChatComponent and ChatPage for improved readability and maintainability 2025-09-05 00:40:51 +02:00
index.ts Add BaseService and refactor ChatService for improved dependency management 2025-09-05 06:19:08 +02:00