You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor: Remove PDF preview feature from translate page
Removed the PDF preview (iframe) to improve page performance, while
keeping the download button functionality. The PDF is still fetched
server-side with session cookies to avoid authorization issues, but
the base64 encoding and iframe rendering are removed.
Changes:
- Removed base64 import
- Removed PDF preview expander with iframe
- Kept download button with server-side fetch for authentication
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
0 commit comments