webapp/src
padreug 5633aa154b Enhance PaymentService and useTicketPurchase composable for improved wallet handling
- Introduced asynchronous methods in PaymentService for retrieving user wallets and checking wallet balances, allowing for dual authentication detection.
- Updated getUserWalletsAsync, hasWalletWithBalanceAsync, and getWalletWithBalanceAsync methods to streamline wallet access and balance checks.
- Refactored useTicketPurchase composable to load user wallets asynchronously on component mount, improving user experience during ticket purchases.
- Enhanced error handling and logging for wallet loading and payment processes.

These changes improve the reliability and responsiveness of wallet interactions within the payment flow.
2025-09-07 00:19:43 +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 Enhance PaymentService and useTicketPurchase composable for improved wallet handling 2025-09-07 00:19:43 +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 PaymentService and useTicketPurchase composable for improved wallet handling 2025-09-07 00:19:43 +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