-
Notifications
You must be signed in to change notification settings - Fork 3.8k
fix!: rename blocklyToolboxContents
to blocklyToolboxCategoryGroup
#8384
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
Conversation
Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). View this failed invocation of the CLA check for more information. For the most up to date status, view the checks section at the bottom of the pull request. |
76a06d2
to
77aabad
Compare
Hiya! You still need to sign the CLA and drop the extra commits like I mentioned in the other PR =) Here are the steps to drop the commits:
Once you've done this, the PR should only contain your commits. Let me know if you have any questions or run into any issues! |
@BeksOmega have you reviewed ?! |
@ruthwikchikoti You didn't do the things I asked you to do yet. Once you make the requested changes I can review =) |
@ruthwikchikoti Have you seen the previous comment I left on this PR? |
77aabad
to
2c409aa
Compare
@BeksOmega thanks completed please review !!!! |
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 looks great! Thank you for the back and forth =) Once this passes CI I'll get it merged.
blocklyToolboxContents
to blocklyToolboxCategoryGroup
relates to google/blockly#8384
The basics
The details
Resolves
Fixes #8344
Proposed Changes
This Pull Request renames the
blocklyToolboxContents
CSS class toblocklyToolboxCategoryGroup
. All references to the old class name have been updated accordingly.