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 new entities to the Canvas #1033

Merged
merged 1 commit into from
May 2, 2024

Commits on May 2, 2024

  1. feat(Canvas): Add new Entities to the canvas

    Currently, setting the current DSL and creating a new entity are tied
    together in a single step in the NewFlow component.
    
    This commit split that functionality in two separate buttons:
    1. DSL Selector: Meant to choose the current DSL and therefore determine
       which type of entities can be added into the Canvas
    2. NewEntity: This is for adding new entities, supported by the current
       DSL, or said in a different way, allows to add entities from the
    current CamelResource registry.
    
    The existing functionality from the CanvasEmptyState is preserved for
    now.
    
    In addition to that, when removing all routes, a new route won't be
    created by default.
    
    fix: KaotoIO#1030
    lordrip committed May 2, 2024
    Configuration menu
    Copy the full SHA
    76b39db View commit details
    Browse the repository at this point in the history