talk2me/static/js/src
Adolfo Delorenzo d818ec7d73 Major PWA and mobile UI improvements
- Fixed PWA installation on Android by correcting manifest.json icon configuration
- Made UI mobile-friendly with compact layout and sticky record button
- Implemented auto-translation after transcription stops
- Updated branding from 'Voice Translator' to 'Talk2Me' throughout
- Added reverse proxy support with ProxyFix middleware
- Created diagnostic tools for PWA troubleshooting
- Added proper HTTP headers for service worker and manifest
- Improved mobile CSS with responsive design
- Fixed JavaScript bundling with webpack configuration
- Updated service worker cache versioning
- Added comprehensive PWA documentation

These changes ensure the app works properly as a PWA on Android devices
and provides a better mobile user experience.
2025-06-03 12:28:09 -06:00
..
apiClient.ts Implement proper CORS configuration for secure cross-origin usage 2025-06-02 23:51:27 -06:00
app.ts Major PWA and mobile UI improvements 2025-06-03 12:28:09 -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
memoryManager.ts Fix potential memory leaks in audio handling - Can crash server after extended use 2025-06-03 08:37:13 -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