extension_builder
extension_builder copied to clipboard
Make wires better visible
Is your feature request related to a problem? Please describe. the wires as connection between tables / relations are hard to see.
Describe the solution you'd like The wires and should be thicker and a different color perhaps.
https://reactflow.dev/examples/edges/custom-edges https://reactflow.dev/examples/edges/edge-types https://reactflow.dev/examples/edges/markers https://reactflow.dev/examples/edges/edge-label-renderer
It is possible to style the wires, but i couldn't manage it yet.
https://github.com/FriendsOfTYPO3/extension_builder/blob/typo3-12-reactjs/Build/Sources/components/ReactFlow/Connections/ConnectionLine.jsx
https://github.com/FriendsOfTYPO3/extension_builder/blob/7c8e69e2456ef8d65d5fd108c20d64000f9e5e65/Build/Sources/components/ReactFlow/ReactFlowComponent.jsx#L129
thanks, with the links it might be easier for me to find it out.
see 37970c6