Open
Conversation
Implements a visual wiring system where service outputs can be connected to environment variables of other services via draggable wires. Key changes: - Add OutputWiring types and API methods in api.ts - Create OutputWiring.tsx with OutputPort, EnvVarDropTarget components - Extend WiringBoard with output wire dragging, SVG wire overlay - Add OutputPortsSection to provider cards for draggable outputs - Add EnvVarTargetsSection to consumer cards for drop targets - Update InstancesPage to manage output wiring state and handlers Features: - Drag from output ports to env var targets to create connections - One output can connect to multiple targets (one-to-many) - SVG curved wires with gradient colors show connections - Real-time wire preview during drag operation - Disconnect wires via X button on connected targets
- Restructure DraggableProvider to use flex layout with left content and right outputs - Add OutputPortsSidePanel component for vertical output ports on the right - Output ports now appear as a side panel with border separator - Maintains all existing output wiring functionality
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.