web-app/src/modules/market/composables
padreug c7e11a7c01 Enhance market DM decryption process with improved authentication checks
- Introduced checks for both injected auth service and global auth composable to retrieve user private and public keys.
- Enhanced logging to provide clearer feedback on authentication status during DM decryption attempts.
- Improved error handling for cases where user keys are unavailable, ensuring better user guidance.

These changes strengthen the authentication flow and improve the reliability of market-related direct messages.
2025-09-06 23:52:30 +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 market DM decryption process with improved authentication checks 2025-09-06 23:52:30 +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