web-app/src/modules/market
padreug 8a019db34a Enhance Chat and Market Services with improved error handling and logging
Chat Service:
- Added detailed logging for API calls and responses, including warnings for missing authentication tokens and invalid response formats.
- Implemented a retry mechanism for message subscription setup on connection errors.
- Merged peers instead of clearing existing ones when loading from the API.

Market Service:
- Updated authentication checks to prioritize global auth state, improving user experience during order placement.
- Enhanced error messages for missing Nostr keys to guide users in configuring their profiles.

These changes improve the robustness and user-friendliness of the chat and market functionalities.
2025-09-06 20:12:41 +02:00
..
components Complete legacy code cleanup and achieve full modular architecture 2025-09-06 13:48:35 +02:00
composables Update index.html and vite.config.ts for dynamic app name and manifest adjustments 2025-09-06 19:16:24 +02:00
services Enhance Chat and Market Services with improved error handling and logging 2025-09-06 20:12:41 +02:00
stores Complete legacy code cleanup and achieve full modular architecture 2025-09-06 13:48:35 +02:00
types Refactor OrderHistory and introduce payment status checker 2025-09-05 05:16:25 +02:00
views Enhance Chat and Market Services with improved error handling and logging 2025-09-06 20:12:41 +02:00
index.ts Refactor services to extend BaseService for improved structure and dependency management 2025-09-05 06:41:19 +02:00