web-app/src/modules/base
padreug 3cf10b1db4 1.3.4 User-Scoped Storage Pattern: Add StorageService integration across modules for improved data management
- Introduced STORAGE_SERVICE token in the DI container for consistent service registration.
- Updated BaseService to include storageService as a dependency, ensuring proper initialization and error handling.
- Refactored ChatService to utilize storageService for managing unread messages and peers, replacing localStorage usage.
- Enhanced MarketStore to save and load orders using storageService, improving data persistence and user experience.
- Registered storageService in the base module, ensuring it is initialized and disposed of correctly.

This integration streamlines data handling across the application, promoting better maintainability and consistency.
2025-09-06 12:08:39 +02:00
..
auth Refactor services to extend BaseService for improved structure and dependency management 2025-09-05 06:41:19 +02:00
nostr Remove LEGACY Nostr client services and related components to streamline the codebase 2025-09-06 10:55:10 +02:00
pwa Implement modular architecture with core services and Nostr integration 2025-09-04 23:43:33 +02:00
index.ts 1.3.4 User-Scoped Storage Pattern: Add StorageService integration across modules for improved data management 2025-09-06 12:08:39 +02:00