web-app/src
padreug 15a7540515 Update WebSocket configuration and enhance connection handling in WalletWebSocketService
- Increased reconnect delay from 1 second to 2 seconds and reduced max reconnect attempts from 5 to 3 to minimize server load.
- Improved logging messages for connection status and abnormal closures, providing clearer insights during reconnection attempts.
- Added a ping mechanism to test connection stability and handle network connectivity issues more effectively.

These changes enhance the reliability and performance of the WebSocket service, contributing to a better user experience.
2025-09-18 10:30:33 +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 Refactor wallet balance handling and integrate PaymentService for centralized management 2025-09-17 20:23:46 +02:00
composables Refactor authentication architecture to eliminate dual auth complexity 2025-09-07 00:47:02 +02:00
core Implement updateWalletBalance method in PaymentService and deprecate AuthService method 2025-09-18 09:31:15 +02:00
i18n feat: Integrate chat feature into main navigation 2025-08-10 10:50:14 +02:00
lib Complete LnbitsAPI migration to dependency injection pattern 2025-09-07 01:58:36 +02:00
modules Update WebSocket configuration and enhance connection handling in WalletWebSocketService 2025-09-18 10:30:33 +02:00
pages Comment out NotificationPermission component in Home.vue for future push notification implementation. Added TODO notes for re-enabling once properly implemented. 2025-09-17 11:55:37 +02:00
app.config.ts Update WebSocket configuration and enhance connection handling in WalletWebSocketService 2025-09-18 10:30:33 +02:00
app.ts Add wallet module with receive and send functionality 2025-09-14 23:08:01 +02:00
App.vue Refactor authentication architecture to eliminate dual auth complexity 2025-09-07 00:47:02 +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