FunctionStore_tools
FunctionStore_tools copied to clipboard
Refactor all tools to be usable standalone + refactor toolbar
Each button in the toolbar should live as a button container that houses the COMPS it uses. This makes it possible to release them as standalone.
Toolbar must also be refactored. Basically if someone drops each button into their project one by one it should populate the toolbar. Also we can just use selects of the button containers in the toolbar, no need to have logic live there.
This would be a major 3.X version feature, but much needed for more general adaptability