-
Notifications
You must be signed in to change notification settings - Fork 282
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add rotate and scale actions #373
Conversation
@rexagod can I get a review here please :) See pr description for details. I updated the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@sashadev-sky LGTM! Let's get this one in! 👏
Yay, thanks and great work! |
Shall we add this as an example to the README too? |
@jywarren It is already in README that you can add them as extra actions! |
@jywarren note that this PR restored the toolbar icon toggle on hotkey functionality, so we'll want to bump version # and connect to MK |
* add rotate and scale actions * propgation wont fix * commit * commit * remove extra classnames * commit * remove extra comma
* add rotate and scale actions * propgation wont fix * commit * commit * remove extra classnames * commit * remove extra comma
Fixes #208 (<=== Add issue number here)
Make sure these boxes are checked before your pull request (PR) is ready to be reviewed and merged. Thanks!
grunt
If tests do fail, click on the red
X
to learn why by reading the logs.Please be sure you've reviewed our contribution guidelines at https://publiclab.org/contributing-to-public-lab-software
Thanks!
changes:
this pr allows the user to specify
![image](https://user-images.githubusercontent.com/41092741/62271675-35174900-b407-11e9-8d73-f848fb1563bc.png)
Rotate
andScale
actions now in the actions array - they are not just only a keybinding now. But they are still not included in the default actions array.Bug Fix:in my pr Svg stack #353 I removed
showToolbar
called after every action, but I have realized that now the action icons don't update on keypress, just icon click. This fixes that bug.I removed the
EnableEXIF
function as a default action until we get it working via Incorporate EXIF functionality (and some refactors) #169