rnotes-online/src/components
Jeff Emmett 441403fd14 feat: add offline Whisper transcription fallback via Transformers.js
When both WebSocket streaming and server batch API are unavailable,
falls back to in-browser Whisper (Xenova/whisper-tiny, ~45MB, cached).
Shows download progress bar and transcription status during processing.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-15 13:38:15 -07:00
..
AuthProvider.tsx feat: integrate EncryptID SDK for passkey authentication 2026-02-13 14:20:00 -07:00
CanvasEmbed.tsx Add full application: schema, API routes, components, pages 2026-02-13 13:00:44 -07:00
FileUpload.tsx feat: integrate EncryptID SDK for passkey authentication 2026-02-13 14:20:00 -07:00
NoteCard.tsx feat: add AUDIO note type with voice recording and transcription 2026-02-15 08:34:50 -07:00
NoteEditor.tsx feat: upgrade to TipTap WYSIWYG rich text editor 2026-02-13 13:36:21 -07:00
NotebookCard.tsx Add full application: schema, API routes, components, pages 2026-02-13 13:00:44 -07:00
PWAInstall.tsx feat: add PWA support with install-to-homescreen banner 2026-02-15 08:36:32 -07:00
SearchBar.tsx Add full application: schema, API routes, components, pages 2026-02-13 13:00:44 -07:00
TagBadge.tsx Add full application: schema, API routes, components, pages 2026-02-13 13:00:44 -07:00
UserMenu.tsx feat: integrate EncryptID SDK for passkey authentication 2026-02-13 14:20:00 -07:00
VoiceRecorder.tsx feat: add offline Whisper transcription fallback via Transformers.js 2026-02-15 13:38:15 -07:00