rolliracker

Results 6 comments of 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: ![Image](https://github.com/user-attachments/assets/ae6a6faf-534d-4d89-a7c2-be3303ddf740) 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` -> ![Image](https://github.com/user-attachments/assets/85fd78fe-fb05-4059-92d1-4bbf176aac85)

I would love this feature. I would prefer a more visual presentation of the progress, maybe similar to the Tasks app: ![Image](https://github.com/user-attachments/assets/dd4c6948-1e4b-4824-b7e8-21e78ac22ff8) Would also increase the consistency with the Tasks...