Commit Graph

9 Commits

Author SHA1 Message Date
08791d2fed Add offline translation caching for seamless offline experience
- Implemented TranslationCache class with IndexedDB storage
- Cache translations automatically with 30-day expiration
- Added cache management UI in settings modal
  - Shows cache count and size
  - Toggle to enable/disable caching
  - Clear cache button
- Check cache first before API calls (when enabled)
- Automatic cleanup when reaching 1000 entries limit
- Show "(cached)" indicator for cached translations
- Works completely offline after translations are cached

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-06-02 21:56:31 -06:00
05ad940079 Major improvements: TypeScript, animations, notifications, compression, GPU optimization
- Added TypeScript support with type definitions and build process
- Implemented loading animations and visual feedback
- Added push notifications with user preferences
- Implemented audio compression (50-70% bandwidth reduction)
- Added GPU optimization for Whisper (2-3x faster transcription)
- Support for NVIDIA, AMD (ROCm), and Apple Silicon GPUs
- Removed duplicate JavaScript code (15KB reduction)
- Enhanced .gitignore for Node.js and VAPID keys
- Created documentation for TypeScript and GPU support

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-06-02 21:18:16 -06:00
80e724cf86 Update app.py
🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-06-02 17:51:29 -06:00
8c8600d458 working version 2025-04-07 09:18:05 -06:00
1043402516 Update templates/index.html 2025-04-05 17:56:07 +00:00
34e3a18a9e Update templates/index.html 2025-04-05 17:52:57 +00:00
bef1e69f4f quasi-final 2025-04-05 11:50:31 -06:00
1ec3ba69c2 second commit 2025-04-04 13:23:58 -06:00
216064f731 first commit 2025-04-04 13:23:15 -06:00