-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Interactive tree layout and relative constraints for layered #125
Conversation
packages/klighd-interactive/src/klighd-interactive-mouselistener.ts
Outdated
Show resolved
Hide resolved
packages/klighd-interactive/src/klighd-interactive-mouselistener.ts
Outdated
Show resolved
Hide resolved
packages/klighd-interactive/src/klighd-interactive-mouselistener.ts
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, but I did not look through the changes in the interactive package in much detail.
@@ -178,6 +178,7 @@ | |||
}, | |||
"dependencies": { | |||
"@kieler/klighd-core": "^0.4.2", | |||
"@kieler/klighd-interactive": "^0.4.2", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this is a transient dependency, so we should not be required to repeat this dependency here
What are in general the new additions of this PR except for the interactive mr tree? |
@NiklasRentzCAU This PR supersedes #121, which added relative constraints as well as generalized the interactive process. |
Based on interactive rework #121