rollthecloudinc / quell

Climate aware CMS breaking web apps free from carbon emissions.
https://demo.carbonfreed.app/pages/create-panel-page
GNU General Public License v3.0
14 stars 1 forks source link

Implement interactions when rendering panel pages #343

Open ng-druid opened 1 year ago

ng-druid commented 1 year ago

First Phase: https://github.com/rollthecloudinc/druid/issues/316

Interactions can be added to panel pages using the editor. However, these currently don't do anything. The interaction behavior needs to be implemented when rendering the panel page. There is some boilerplate code already inside the render components file to pass the interactions around between components like with the css and classes. However, nothing currently wires them up making them active. Some of the details of different approaches for that are outlined in the referenced first place issue.