PAINTROID-737 Add pipette tool to the colorpicker package - #138
Conversation
2d4052f to
f86b166
Compare
|
Hi there! Please add the text to the newly merged translation file (or use the already existing ones in there) |
b0af3de to
f6ce2f0
Compare
|
Thanks for the changes PAINTROID-737.mp4 |
- Add pipette tool text to translation files - Optimize PipettePage performance by caching Image ByteData - Remove unused TopBar component - Fix test environment timeout constraints for async operations
f6ce2f0 to
cbe2998
Compare
Thanks for testing! The PR description was actually a bit misleading - the old UI was just a solid color preview, not a real magnifier, which is why aiming with it felt off. I just pushed a fix to make it a true magnifying glass. It now actually zooms in, and the crosshair perfectly targets the pixel. Give the latest commit a try! |
|
Hi! Don't worry about the test, one of our team members is already looking into it |
Thanks for letting me know! |
|
Works now! Thank you very much! |

This PR adds a pipette tool to the color picker, allowing users to pick a color directly from the canvas.
PAINTROID-737
New Features and Enhancements
As present in the native application, a pipette tool for selecting a particular color from the current state of the drawing canvas is implemented. This tool is a part of the colorpicker package itself and allows the user to pick any color from the drawing and use it on other objects.
Refactorings and Bug Fixes
Checklist
Your checklist for this pull request
Please review the contributing guidelines and wiki pages of this repository.