horus
f947ed6063
fix(pdf-viewer): disable worker to bypass CSP, use Google Docs for URLs
2026-03-23 22:17:23 +01:00
horus
3bb2fa440f
fix(pdf-viewer): try CDN worker for PDF.js
2026-03-23 22:16:07 +01:00
horus
1ca5d06696
fix(pdf-viewer): add debug info to troubleshoot rendering
2026-03-23 22:06:57 +01:00
horus
746615e095
fix(pdf-viewer): load PDF.js from CDN instead of npm
...
- Loads PDF.js from CDN to avoid SSR issues
- Component handles loading state while PDF.js initializes
- No more dynamic import errors
2026-03-23 21:54:13 +01:00
horus
76e37e2363
fix(pdf-viewer): use PDF.js with client-side rendering
...
- Created PDFViewerClient component with PDF.js
- Uses dynamic import with ssr: false to avoid server-side issues
- Full page navigation and zoom controls
- Upload or load from URL
2026-03-23 21:51:16 +01:00