FlowFuse / node-red-dashboard

https://dashboard.flowfuse.com
Apache License 2.0
204 stars 48 forks source link

Widget ordering in subflows #1062

Open Rikorose opened 4 months ago

Rikorose commented 4 months ago

Description

I followed the guide here: https://dashboard.flowfuse.com/user/subflows.html This worked as described.

However, I am missing the functionality to order the widgets of the subflow within the group. It would be convenient to provide a ordering index similar to setting the widget size.

Have you provided an initial effort estimate for this issue?

I am no FlowFuse team member

kes31 commented 2 months ago

@Rikorose I could solve this by using css order classes ( order-1, order-2 …). However this did not work when having the subflow multiple times within the same group. It would be great, if the widgets from a subflow would be organized within a div in the same group.