google / blockly

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

feat: Add inflaters for flyout labels and buttons. #8593

Closed gonfunko closed 2 months ago

gonfunko commented 2 months ago

The basics

The details

Resolves

Fixes #8544 and fixes #8545.

Proposed Changes

This PR adds IFlyoutInflater implementations for buttons and labels. Both buttons and labels are represented by instances of FlyoutButton, which has been slightly refactored to implement IBoundedElement and IRenderedElement to comply with the expected API.