Hello everyone, the Problem i am having is the following:
I want to add a button to randomize the order of the Nodes here:
But i dont understand how to add a Button in an already existing React component.
I was able to remove the component and replace it with some text but thats it.
I was inspired by this guide but that one only replaces the whole bar and doesnt add anything to it.
Alternatively, can I add my own React Component to an exiting Container like “LeftSideBar/ContentTreeToolbar”.