google / blockly

The web-based visual programming editor.
https://developers.google.com/blockly/
Apache License 2.0
12.53k stars 3.72k forks source link

Rename `blocklyTreeLabel` CSS class to `blocklyToolboxCategoryLabel` (#8350) #8454

Closed siddharthbaleja7 closed 4 months ago

siddharthbaleja7 commented 4 months ago

The basics

The details

Resolves

Fixes #8350

Proposed Changes

This Pull Request renames all occurrences of the CSS class blocklyTreeLabel to blocklyToolboxCategoryLabel as specified in issue #8350. The change is made against the rc/v12.0.0 branch and is marked as a breaking change due to its impact on CSS class names.

Reason for Changes

The rename improves code consistency and clarity, aligning the CSS class names with their intended usage within the Blockly project. The updated class name better reflects the role of the CSS in the toolbox category.

Test Coverage

The changes have been manually tested to ensure that all instances of the renamed class are correctly updated and that the styling remains consistent. No new unit tests are added since this change is primarily cosmetic.

Documentation

No additional documentation is required for this change.

Additional Information

Please review the CSS changes to confirm that there are no unintended side effects. Ensure that all UI components using the blocklyTreeLabel class have been correctly updated to the new class name.

conventional-commit-lint-gcf[bot] commented 4 months ago

🤖 I detect that the PR title and the commit message differ and there's only one commit. To use the PR title for the commit history, you can use Github's automerge feature with squashing, or use automerge label. Good luck human!

-- conventional-commit-lint bot https://conventionalcommits.org/