Full deployment history for this project.
🎨 Palette: Add global clipboard paste for frictionless uploads 💡 What: Added a global `paste` event listener to instantly capture pasted files (e.g., screenshots) directly into the converter, bypassing the need to drag or click the upload zone. Also updated the dropzone label to explicitly hint at the new "Paste" capability. 🎯 Why: Reduces friction for users who frequently screenshot and paste content. ♿ Accessibility: The global paste handler gracefully ignores focused input elements (`INPUT`, `TEXTAREA`) to prevent breaking standard text paste workflows. Added `aria-label` updates so screen reader users are also informed of the new functionality.