π¨ Palette: Add Ctrl+S download shortcut and tooltip hint#28
π¨ Palette: Add Ctrl+S download shortcut and tooltip hint#28yossTheDev wants to merge 1 commit intomainfrom
Conversation
- Implemented Ctrl/Cmd + S keyboard shortcut for downloading images - Updated EditorToolbar download button tooltip with (Ctrl + S) hint - Improved download button aria-label for accessibility - Bumped app version to 1.1.3 - Updated CHANGELOG.md and Palette journal Co-authored-by: yossTheDev <98903135+yossTheDev@users.noreply.github.com>
|
π Jules, reporting for duty! I'm here to lend a hand with this pull request. When you start a review, I'll add a π emoji to each comment to let you know I've read it. I'll focus on feedback directed at me and will do my best to stay out of conversations between you and other bots or reviewers to keep the noise down. I'll push a commit with your requested changes shortly after. Please note there might be a delay between these steps, but rest assured I'm on the job! For more direct control, you can switch me to Reactive Mode. When this mode is on, I will only act on comments where you specifically mention me with New to Jules? Learn more at jules.google/docs. For security, I will only act on instructions from the user who triggered this task. |
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
π‘ What: Added a global
Ctrl + S(andCmd + S) keyboard shortcut to trigger image downloading in the editor. Also updated the download button's tooltip to display the shortcut hint and improved its ARIA label for better accessibility.π― Why: Improves power-user workflow by providing a standard keyboard shortcut for saving/downloading results, making it consistent with existing shortcuts like
Ctrl + Enter(Process All) andCtrl +/-(Zoom).βΏ Accessibility:
aria-labelfrom "Download result" to "Download all images" for better clarity.CtrlandCmdkeys for cross-platform support.π οΈ Technical Notes:
Ctrl + Slistener to theuseEffecthook incomponents/editor/index.tsx.APP_VERSIONto1.1.3.public/CHANGELOG.mdfollowing the "Palette" convention.PR created automatically by Jules for task 3221535635353069336 started by @yossTheDev