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 875a2ec4 Templates and Configuration refactoring
new 99c1461b Devservices
new 4c72df72 Ui Refactor
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:
.../docker/devservices.docker-compose.yaml | 17 ++++++
.../src/main/resources/services/devservices.yaml | 49 -----------------
karavan-app/src/main/webui/src/api/ProjectStore.ts | 6 ++
.../src/main/webui/src/projects/ProjectsPage.tsx | 51 ++++-------------
.../main/webui/src/projects/ProjectsToolbar.tsx | 64 ++++++++++++++++++++++
.../webui/src/util/ModalDeleteConfirmation.tsx | 35 ------------
6 files changed, 99 insertions(+), 123 deletions(-)
delete mode 100644 karavan-app/src/main/resources/services/devservices.yaml
create mode 100644 karavan-app/src/main/webui/src/projects/ProjectsToolbar.tsx
delete mode 100644
karavan-app/src/main/webui/src/util/ModalDeleteConfirmation.tsx