OpenSmock / Pyramid

Pyramid is a Graphical User-Interface (GUI) builder and editor for Bloc and Toplo.
MIT License
33 stars 6 forks source link

Add a single popover panel on the top of the screen #201

Closed Nyan11 closed 3 months ago

Nyan11 commented 4 months ago

Now there is a single presenter for every group and indiviudal properties share between the different properties of the same tab.

The single and group properties are lazy loaded. They will only be calculated if we click on the button to show the popover. (less lag when multiple element are selected).

I also change a bit of the builder to remove the "default" property system of the editor. Now all properties and properties panel come from plugins.

Nyan11 commented 4 months ago

fix: #90