rolliracker
rolliracker
I very much support this request. It would be really very useful and increase the usability of Forms a lot. It would also enable a simple way of reusing questions...
I get the same error as described by @diodi. But I also get it without running an Access Point. I use the simpleMqttBroker example with `WiFi.mode(WIFI_STA);` and with only one...
For case B: To fix the radius mismatch, in frappe-gantt.umd.js search for `t=this.corner_radius+2` and replace it by `t=this.corner_radius`
Actually, this does not really fix it in Edge if you zoom in. Here the boarder has a different radius then the color field:  To fix this, in frappe-gantt.css...
To fix case C, in frappe-gantt.umd.js replace `this.$bar_progress.style.fill=this.task.color` by `this.$bar_progress.style.fill=this.task.color_progress` -> 
I would love this feature. I would prefer a more visual presentation of the progress, maybe similar to the Tasks app:  Would also increase the consistency with the Tasks...