web-app/src/modules
padreug 4db7645a8f Enhance ChatService initialization and authentication handling
- Introduce periodic authentication checks to ensure full initialization of the ChatService.
- Implement a flag to prevent redundant initialization.
- Update message handling and subscription methods to accommodate both injected and global authentication services.
- Improve error handling and logging for message subscription setup and processing.
- Clear authentication check intervals during service disposal to prevent memory leaks.

This commit improves the reliability and responsiveness of the chat service in handling user authentication and message subscriptions.
2025-09-06 23:26:35 +02:00
..
base Implement auth guard and app branding improvements 2025-09-06 19:29:48 +02:00
chat Enhance ChatService initialization and authentication handling 2025-09-06 23:26:35 +02:00
events Fix TypeScript build errors in module pages 2025-09-06 17:00:27 +02:00
market Update index.html and vite.config.ts for dynamic app name and manifest adjustments 2025-09-06 19:16:24 +02:00
nostr-feed 1.3.5 Module Registration Pattern: Add BaseModulePlugin abstraction 2025-09-06 12:16:40 +02:00