This is an automated email from the ASF dual-hosted git repository. marat pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/camel-karavan.git
from c003b70a Paths redesign new 4c48d656 Improvements new c4028cb5 Improvements The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: .../org/apache/camel/karavan/code/CodeService.java | 46 +++++++- .../webui/src/util/ModalDeleteConfirmation.tsx | 35 ++++++ karavan-app/src/main/webui/src/util/form-util.css | 12 ++ .../src/main/webui/src/util/useFormUtil.tsx | 130 +++++++++++++++++++++ karavan-core/src/core/api/TopologyUtils.ts | 2 +- 5 files changed, 223 insertions(+), 2 deletions(-) create mode 100644 karavan-app/src/main/webui/src/util/ModalDeleteConfirmation.tsx create mode 100644 karavan-app/src/main/webui/src/util/form-util.css create mode 100644 karavan-app/src/main/webui/src/util/useFormUtil.tsx