web-app/src
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
..
assets Update index.html and vite.config.ts for dynamic app name and manifest adjustments 2025-09-06 19:16:24 +02:00
components Update Navbar component to improve mobile navigation experience 2025-09-06 17:50:16 +02:00
composables Fix blank page issue on module route refresh 2025-09-06 16:33:32 +02:00
core Fix blank page issue on module route refresh 2025-09-06 16:33:32 +02:00
i18n feat: Integrate chat feature into main navigation 2025-08-10 10:50:14 +02:00
lib Complete legacy code cleanup and achieve full modular architecture 2025-09-06 13:48:35 +02:00
modules Enhance Chat and Market Services with improved error handling and logging 2025-09-06 20:12:41 +02:00
pages Complete legacy code cleanup and achieve full modular architecture 2025-09-06 13:48:35 +02:00
stores Remove LEGACY Nostr client services and related components to streamline the codebase 2025-09-06 10:55:10 +02:00
app.config.ts Refactor chat module and navigation components for improved user experience 2025-09-05 00:31:53 +02:00
app.ts Implement auth guard and app branding improvements 2025-09-06 19:29:48 +02:00
App.vue Complete legacy code cleanup and achieve full modular architecture 2025-09-06 13:48:35 +02:00
main.ts Implement modular architecture with core services and Nostr integration 2025-09-04 23:43:33 +02:00
vite-env.d.ts PWA 2025-02-11 00:25:47 +01:00