GenieFramework / GenieBuilder.jl

Other
16 stars 1 forks source link

Added the on:click trait to the Button element (q-btn). #53

Closed DiracM closed 1 year ago

DiracM commented 1 year ago

It seems that from the current Genie code examples the on:click trait on the button is quite used but it's currently not available on the Genie Builder. This commit adds it.

essenciary commented 1 year ago

@DiracM Thanks! @protozoo can you take a look?

protozoo commented 1 year ago

Integrated the suggested change with some minor changes here: https://github.com/GenieFramework/GenieBuilder.jl/pull/54