-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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: #1030
- Loading branch information
Showing
30 changed files
with
839 additions
and
362 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.