-
-
Notifications
You must be signed in to change notification settings - Fork 388
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
feat: Make the create tag panel have empty tag name field #592
Conversation
Seems like it works as intended |
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.
Looks good!
I can't get the signals to activate, can anyone take a look? |
If anyone could spare debugging time that would be greatly appreciated. |
I'm not exactly sure if this means anything (@CyanVoxel might know better), but I keep getting the message "add_callback not implemented for BuildTagPanel". However, it is defined on the object it inherits from, but defined to always return that message:
|
Yeah @Cool-Game-Dev I did this locally and it works perfectly. Just copy what he has and commit it, and this issue will be done. |
Ok, should be done! Thanks for the help! |
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.
Looks fantastic! This perfectly balances the benefits of having a default tag name for quick creation and quick lookup with the benefit of being able to immediately start typing a desired tag name. I've just got a couple additional suggestions here, but once those are addressed then this is good to be merged!
Thank you @Cool-Game-Dev and everyone else who's helped!
Co-authored-by: Travis Abendshien <[email protected]>
Co-authored-by: Travis Abendshien <[email protected]>
Both of those seem great! Thanks everyone for the help! |
Thank you all again for your work on this PR! |
Made tag name empty by default and added placeholder "New Tag" text.