rnotes-online/src/components
Jeff Emmett 17f2d49f12 feat: add article unlock feature for paywalled content
Multi-strategy approach to find readable versions of paywalled articles:
1. Wayback Machine (check existing + Save Page Now)
2. Google Web Cache
3. archive.ph (read-only check for existing snapshots)

Adds archiveUrl field to Note model, /api/articles/unlock endpoint,
unlock button on note detail page, and browser extension integration.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-24 15:32:37 -08: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 article unlock feature for paywalled content 2026-02-24 15:32:37 -08: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
TranscriptionDemo.tsx feat: add live transcription demo to landing page and demo page 2026-02-18 10:05:48 +00:00
UserMenu.tsx feat: integrate EncryptID SDK for passkey authentication 2026-02-13 14:20:00 -07:00
VoiceRecorder.tsx Replace Whisper-tiny offline fallback with Parakeet.js (NVIDIA 0.6B v2) 2026-02-17 23:48:48 +01:00