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 b4f444e5 Fix ThemeContext for 4.18.0
     new 17078ac6 Fix Documentation Page for 4.18.0
     new cd128546 Fix Topology for 4.18.0
     new fd66d797 Fix Topology in VsCode for 4.18.0

The 3 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:
 karavan-vscode/package.json                        |  34 -------
 karavan-vscode/src/designerView.ts                 |  24 ++---
 karavan-vscode/src/helpView.ts                     |  12 +--
 karavan-vscode/src/utils.ts                        |  50 +---------
 karavan-vscode/webview/App.tsx                     |  77 +++++-----------
 .../karavan-core/model/TopologyDefinition.ts       |   4 +-
 .../karavan/app/navigation/ProjectFunctionHook.tsx |  87 +-----------------
 .../features/documentation/DocumentationPage.tsx   |   2 +-
 .../project/project-topology/GetCustomMenu.tsx     |  38 +-------
 .../project/project-topology/TopologyApi.tsx       |  12 +--
 .../project/project-topology/TopologyTab.tsx       |  15 +--
 .../project/project-topology/TopologyToolbar.tsx   | 102 ---------------------
 .../project/project-topology/useTopologyHook.tsx   |  21 +----
 .../webview/karavan/stores/TopologyStore.ts        |   8 --
 14 files changed, 59 insertions(+), 427 deletions(-)
 copy {karavan-app/src/main/webui/src => 
karavan-vscode/webview}/karavan/app/navigation/ProjectFunctionHook.tsx (70%)
 delete mode 100644 
karavan-vscode/webview/karavan/features/project/project-topology/TopologyToolbar.tsx

Reply via email to