-
Notifications
You must be signed in to change notification settings - Fork 18
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
Improvements #20
Improvements #20
Conversation
…e getting mixed up
…rch field, make menubar title be clickable
Thanks for the PR! Could you please give me an overview of what you've added in terms of features? The bugfixes are pretty straightforward, but I'm having trouble understanding what your |
Also, did you make any breaking changes here? |
Thanks for your attention!
|
I made major changes on the MenuBar. The "Controls" Button is now a Search Input. You can search for settings here. And then it will activate on Enter. |
Gotcha, thank you. I'd respectfully request that you remove your menu bar search code from this PR. My reasoning is that I actually like the search bar you added, funny enough! I see a use case for being able to add arbitrary components to the menu bar, and in your case, it would be a So there's opportunity for another PR that does two things:
That way, to get search like you have in this PR, you can just add a |
I've updated the library to 0.13.1. I made several changes to |
Thank you. That all seems to make sense. I'm always happy if someone takes care about doing things well thought out. Will have a look at all of that soon. |
# Conflicts: # lib/guify.js # lib/guify.js.map # lib/guify.min.js # src/components/range.js
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.
Looking good, just a few more small things to address.
Apologies for the conflicts. I made some more changes on my side. Resolving is fairly easy again though -- you can fix by doing the following:
(These changes update dependencies and build commands, by the way. Run |
# Conflicts: # lib/guify.js # lib/guify.js.map # lib/guify.min.js # src/components/button.js # src/components/checkbox.js # src/components/color.js # src/components/display.js # src/components/interval.js # src/components/select.js # src/components/text.js
reverted select element value behaviour reverted onChange only fired if value changed
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.
I think your merge overwrote my new changes to master, so I'm going to revert them here.
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.
Looking good. Thanks for all your help here!
i use it for my VJ project but i found some issues.