web-app/src/modules/market/composables
padreug 5a899d1501 Enhance ChatService to process market messages in chat
- Updated ChatService to forward market messages to the chat interface, ensuring they are displayed alongside regular chat messages.
- Improved message formatting for payment requests and order status updates, providing clearer user notifications.
- Deprecated the previous order updates subscription method in useMarket, redirecting functionality to the chat service for better integration.

These changes improve the user experience by consolidating message handling and enhancing clarity in communication.
2025-09-07 00:08:38 +02:00
..
index.ts Enhance market module with new chat and events features 2025-09-05 00:01:40 +02:00
useLightningPayment.ts Refactor PaymentService and related components for improved state management 2025-09-05 16:18:13 +02:00
useMarket.ts Enhance ChatService to process market messages in chat 2025-09-07 00:08:38 +02:00
useMarketPreloader.ts Remove sample product functionality from useMarket and useMarketPreloader for cleaner code and improved maintainability. This change eliminates the addition of sample products during market loading, streamlining the preloader's logic. 2025-09-05 03:31:19 +02:00
usePaymentStatusChecker.ts Refactor imports and enhance type handling across components 2025-09-05 05:42:44 +02:00