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 additional node's interactions #827

Merged
merged 1 commit into from
Feb 12, 2024

Conversation

lordrip
Copy link
Member

@lordrip lordrip commented Feb 12, 2024

Context

Currently, all canvas nodes have the possibility to be replaced and removed.

This leads to an inconsistent situation in which empty containers can be replaced or removed.

The fix for this situation is to offer the possibility to select whether a node can be replaced or removed, this way, we have a broad range of node interactions.

Before After
image image

fix: #561

Currently, all canvas' nodes have the possibility to be replaced and
removed.

This leads to an inconsistent situation in which empty containers
suggests that can be replaced or removed.

The fix for this situation is to offer the possibility to select whether
a node can be replaced or removed, this way, we have a broad range of
node interactions.

fix: KaotoIO#561
@lordrip lordrip merged commit 43a0c37 into KaotoIO:main Feb 12, 2024
9 checks passed
@lordrip lordrip deleted the feat/add-node-interactions branch February 12, 2024 16:02
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.

Support Camel Route onException
2 participants