Skip to content
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

feat(Canvas): Add containers for branches #1300

Merged
merged 1 commit into from
Aug 8, 2024

Conversation

lordrip
Copy link
Member

@lordrip lordrip commented Aug 8, 2024

Context

Currently, all children are rendered as individual nodes in the Canvas, making it complicated to understand when a step belongs to a parent EIP or if it comes as a next step in the Camel Route.

This commit adds support for rendering EIP branches as containers.

Live instance

Before After
image image

fix: #368

@lordrip lordrip force-pushed the feat/branch-containers branch 5 times, most recently from 3026c63 to 4e4fb60 Compare August 8, 2024 18:02
@lordrip lordrip marked this pull request as ready for review August 8, 2024 18:10
Currently, all children are rendered as individual nodes in the Canvas,
making complicated to understand when a step belongs to a parent EIP or
if it comes as a next step in the Camel Route.

This commit adds support for rendering EIP branches as containers.

fix: KaotoIO#368
@lordrip lordrip merged commit d608060 into KaotoIO:main Aug 8, 2024
9 checks passed
@lordrip lordrip deleted the feat/branch-containers branch August 8, 2024 18:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Introduce containers in the canvas for branches
2 participants