port node, edges and connector for shape#103
Merged
Merged
Conversation
…lapping head/tail endpoint on port
✅ Deploy Preview for craftbase ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
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.
Add Port node to rectangle shape so that connector can be drawn from one shape to another.
Each port node acts as a radar , to which if there is arrow's tail/head endpoint if it founds nearby port, it can be placed there with automatic magnetic pull + port-glow animation. User can ignore the magnetic pull and can place arrow's tail/head at desired x,y coordinates.
While arrow's head/tail is being drawn, it activates nearbyPort radar search and if it's in radius of that nearby port's radar, it signals user to connect arrow over that port, essentially connecting arrow to specific shape.
Shape has four ports, as of today rectangle only supports this. Will add more shapes to support this port connectivity.