Skip to content
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

fix: remove old icon handling code #7141

Merged
merged 3 commits into from
Jun 13, 2023

Conversation

BeksOmega
Copy link
Collaborator

@BeksOmega BeksOmega commented Jun 9, 2023

The basics

  • I branched from develop
  • My pull request is against develop
  • My code follows the style guide
  • I ran npm run format and npm run lint

The details

Resolves

Fixes #7042

Proposed Changes

Removes the old icon handling code, and the old icon implementation.

Reason for Changes

Cleaning up dead code.

Test Coverage

Tests pass. Also manually tested collapsed blocks w/ icons since some of that had to be rearranged.

Documentation

N/A

Additional Information

Depedent on #7132

Deprecations

The protected Drawer.prototype.hideHiddenIcons_ method has been deprecated because it is no longer necessary to manually hide icons. If you are calling this, you can safely remove the call.

@github-actions github-actions bot added the PR: fix Fixes a bug label Jun 9, 2023
@BeksOmega BeksOmega force-pushed the fix/cleanup-icons branch 2 times, most recently from d7a5fba to 8575031 Compare June 9, 2023 22:55
@github-actions github-actions bot added PR: fix Fixes a bug and removed PR: fix Fixes a bug labels Jun 9, 2023
@BeksOmega BeksOmega marked this pull request as ready for review June 13, 2023 21:41
@BeksOmega BeksOmega requested a review from a team as a code owner June 13, 2023 21:41
@BeksOmega BeksOmega requested a review from maribethb June 13, 2023 21:41
@BeksOmega BeksOmega merged commit aeee278 into google:develop Jun 13, 2023
@BeksOmega BeksOmega added the deprecation This PR deprecates an API. label Jun 14, 2023
@github-actions github-actions bot added PR: fix Fixes a bug and removed PR: fix Fixes a bug deprecation This PR deprecates an API. labels Jun 14, 2023
@BeksOmega BeksOmega added the deprecation This PR deprecates an API. label Jun 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
deprecation This PR deprecates an API. PR: fix Fixes a bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Remove old hard-coded icon properties from the block
2 participants