talk2me/static/js/src
Adolfo Delorenzo 17e0f2f03d Add connection retry logic to handle network interruptions gracefully
- Implement ConnectionManager with exponential backoff retry strategy
- Add automatic connection monitoring and health checks
- Update RequestQueueManager to integrate with connection state
- Create ConnectionUI component for visual connection status
- Queue requests during offline periods and process when online
- Add comprehensive error handling for network-related failures
- Create detailed documentation for connection retry features
- Support manual retry and automatic recovery

Features:
- Real-time connection status indicator
- Offline banner with retry button
- Request queue visualization
- Priority-based request processing
- Configurable retry parameters

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-06-03 00:00:03 -06:00
..
apiClient.ts Implement proper CORS configuration for secure cross-origin usage 2025-06-02 23:51:27 -06:00
app.ts Add connection retry logic to handle network interruptions gracefully 2025-06-03 00:00:03 -06:00
connectionManager.ts Add connection retry logic to handle network interruptions gracefully 2025-06-03 00:00:03 -06:00
connectionUI.ts Add connection retry logic to handle network interruptions gracefully 2025-06-03 00:00:03 -06:00
errorBoundary.ts Implement proper error boundaries to prevent app crashes 2025-06-02 22:47:43 -06:00
performanceMonitor.ts Implement streaming translation for 60-80% perceived latency reduction 2025-06-02 23:10:58 -06:00
requestQueue.ts Add connection retry logic to handle network interruptions gracefully 2025-06-03 00:00:03 -06:00
speakerManager.ts Add multi-speaker support for group conversations 2025-06-02 23:39:15 -06:00
streamingTranslation.ts Implement streaming translation for 60-80% perceived latency reduction 2025-06-02 23:10:58 -06:00
translationCache.ts Add comprehensive input validation and sanitization 2025-06-02 22:58:17 -06:00
types.ts Add health check endpoints and automatic language detection 2025-06-02 22:37:38 -06:00
validator.ts Add comprehensive input validation and sanitization 2025-06-02 22:58:17 -06:00