extension_builder icon indicating copy to clipboard operation
extension_builder copied to clipboard

Make wires better visible

Open DavidBruchmann opened this issue 1 year ago • 3 comments

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.

DavidBruchmann avatar Apr 04 '24 15:04 DavidBruchmann

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

PKuhlmay avatar Apr 04 '24 17:04 PKuhlmay

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

DavidBruchmann avatar Apr 04 '24 17:04 DavidBruchmann

see 37970c6

image

DavidBruchmann avatar Apr 05 '24 10:04 DavidBruchmann