webapp/src/core/services
padreug 8ba4d46767 Add methods to PaymentService for preferred wallet selection
- Introduced getPreferredWallet() to consistently retrieve the first wallet from userWallets.
- Added getPreferredWalletAdminKey() to obtain the admin key of the preferred wallet for administrative tasks.

These enhancements improve wallet management and ensure consistent wallet selection across the application.
2025-09-14 17:59:17 +02:00
..
invoiceService.ts Remove legacy compatibility layer and enforce modular architecture 2025-09-07 02:30:37 +02:00
PaymentService.ts Add methods to PaymentService for preferred wallet selection 2025-09-14 17:59:17 +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