Skip to content

feat: cable hover path highlighting #266

@ggfevans

Description

@ggfevans

Parent Epic

Part of #71 (Network Interface Visualization and Connectivity)

Dependencies


Summary

Highlight the full connection path when hovering over a port or connection.

Acceptance Criteria

  • Hover port → highlight connections connected to that port
  • Hover connection → highlight the connection path
  • Show both endpoint ports highlighted
  • Distinct highlight color (not selection color)
  • Smooth transition animation
  • Works across front/rear views

Highlight Styles

Element Normal Highlighted
Connection path 2px, cable color 3px, brighter, glow
Source port Normal Glow ring
Target port Normal Glow ring

Technical Notes

  • Add hover state to connection SVG paths
  • Add CSS transitions for smooth highlight
  • May need to bring highlighted connection to top (z-order)
  • Use feat: Port lookup indexes #370 (Port lookup indexes) for efficient queries

References

  • Device42 cable highlighting

Metadata

Metadata

Assignees

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions