-
Notifications
You must be signed in to change notification settings - Fork 286
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
Simplify menu API to add tools at runtime #149
Conversation
|
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.
This is really nice. I'll check if you've done this, but was thinking that it's easier to review if we keep the formatting fixes in a single commit so the functional changes can be reviewed without being mixed with the formatting changes, but it was not too hard to sort out. Thanks!
The requests I made were small with one exception - the window.defaults
=> L.DistortableImage.EditToolbarDefaults
change, which I think could work, what do you think?
Fantastic work on this!
@sashadev-sky check this out, it's really nice! It also gives us a hint to the implementation of different UIs, in terms of how we structure that. |
OK, looks great and I believe ready to merge once rebased! |
@jywarren I've rebased this branch. Please review. Thanks! |
Great! Super work here. Thanks! |
Fixes #141.