FR - Programmatic Control of Component Tree

If we could get at least a util function to rearrange items in the component tree (either re-ordering siblings, or moving a child from one container to another) we would not only get nifty dynamic UIs but it'd also be set up so that an Agent could rearrange components for a very personalized App UI.

I was simply looking to give the user an option to move a 'Toolbox' with a bunch of buttons from the bottom of the screen to a SideFrame so they don't have to scroll around all the time. The only way to do this right now is to make a module of the 'Toolbox' then import it twice (once on the bottom and once in a sideframe) then hide/show either one depending on their user settings..... not a big deal, since they're just simple buttons, but if the module was complex or something having to import it twice would be far from ideal

1 Like

Hi @bobthebear!

I absolutely love this request, having dynamic component layouts would be a game changer and allowing both users and Agents to interact with apps in this way would open up a plethora of possibilities.

I will update this thread with any news that I hear on the ticket :+1: :saluting_face:

2 Likes