web-app/src/core/services
padreug f75aae6be6 Add wallet module with receive and send functionality
- Introduced a new wallet module that includes components for sending and receiving Bitcoin payments.
- Implemented WalletService to manage payment links and transactions, including methods for creating LNURL pay links and sending payments.
- Added dialogs for receiving and sending payments, enhancing user interaction with the wallet.
- Updated app configuration to enable the wallet module and integrated it into the main application flow.

These changes provide users with a comprehensive wallet experience, allowing for seamless Bitcoin transactions.
2025-09-14 23:08:01 +02:00
..
invoiceService.ts Remove legacy compatibility layer and enforce modular architecture 2025-09-07 02:30:37 +02:00
PaymentService.ts Add wallet module with receive and send functionality 2025-09-14 23:08:01 +02:00
StorageService.ts 1.3.4 User-Scoped Storage Pattern: Add StorageService integration across modules for improved data management 2025-09-06 12:08:39 +02:00
ToastService.ts 1.3.6 Toast Notification Pattern: Add centralized ToastService abstraction 2025-09-06 12:24:05 +02:00
VisibilityService.ts Add VisibilityService for managing app visibility state and connection recovery 2025-09-05 15:34:09 +02:00