web-app/src/modules/market/composables
padreug 099c16abc9 Refactor PaymentService methods for clarity and consistency
- Rename methods in PaymentService for improved readability: payInvoiceWithUserWallet to payWithWallet, openExternalLightningWallet to openExternalWallet, and handlePaymentWithFallback to handlePayment.
- Update related composables (useTicketPurchase, useLightningPayment) to reflect method name changes, ensuring consistent usage across the application.
- Modify RelayHub initialization process to set relay URLs before calling initialize, enhancing configuration clarity.
- Remove legacy compatibility flags in RelayHub to streamline the codebase and improve maintainability.
2025-09-05 15:23:03 +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 methods for clarity and consistency 2025-09-05 15:23:03 +02:00
useMarket.ts Refactor authentication and async operation handling in useAuth composable 2025-09-05 06:08:08 +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