Valentin Serra
Valentin Serra
@nikku Yes I believe due to breaking changes to the properties panel relating to groups.
As a counterargument tracking application clicks of buttons and links is now just a matter of configuration and requires very little dev work. So I wouldn't mind setting it up...
Although that only stands for click events, if we want more fancy tracking then it is work :P
@nikku We already track all application clicks across the whole modeler, and we currently filter based on two conditions: is it a child of parent with ID x (providing context)...
@nikku https://github.com/camunda/camunda-modeler/blob/develop/client/src/plugins/usage-statistics/event-handlers/UserTrackedClickEventHandler.js Definitely not the most fancy or efficient of implementations but very noninvasive. I extended this a little when requirements asked for the welcome page to be tracked as...
I'll check it out
@smbea I can replicate, if you'd like I can pick this up :)
@Pieter-van-der-Poort Hi, could you let me know what keyboard configuration you are using?
The issue here stems from the fact that ctrl+alt+s on INTL keyboards is reserved for ß. I'm not sure we can fix this to be honest. There is an alternative...
Following some investigations, I'll leave this in the state that it following RCA. ___ ### What happens 1. We make use of a component called `OverlayDropdown` in different places in...