patternfly / react-topology

MIT License
10 stars 19 forks source link

Feature request: allow label tags to be more than just a simple string #117

Closed jeff-phillips-18 closed 8 months ago

jeff-phillips-18 commented 9 months ago

Describe the problem I'm looking for help on implementing the user experience for editing edges. Our mockups suggest replacing the tag with a label that includes a context menu, allowing users to interact with the edge context menu to make edits.

Mockup screenshot: image

jeff-phillips-18 commented 9 months ago

/cc @marshmalien

jeff-phillips-18 commented 8 months ago

Labels can be added by adding children to the edge rather than using the label property. I think it's a better approach than overloading with the label does.