FriendsOfTYPO3 / extension_builder

TYPO3 extension to kickstart and maintain TYPO3 extensions
https://docs.typo3.org/p/friendsoftypo3/extension-builder/11.0/en-us/
GNU General Public License v2.0
111 stars 80 forks source link

Make wires better visible #765

Open DavidBruchmann opened 2 months ago

DavidBruchmann commented 2 months ago

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.

PKuhlmay commented 2 months ago

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

DavidBruchmann commented 2 months ago

thanks, with the links it might be easier for me to find it out.

DavidBruchmann commented 2 months ago

see 37970c6

image