You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ma...@apache.org on 2022/03/29 10:39:41 UTC

[camel-karavan] branch main updated: Prepare preview 0.0.13 fix (#245)

This is an automated email from the ASF dual-hosted git repository.

marat pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-karavan.git


The following commit(s) were added to refs/heads/main by this push:
     new 466b2ff  Prepare preview 0.0.13 fix (#245)
466b2ff is described below

commit 466b2ff471c7107e6693ae75b2fdf16b1f02f8f4
Author: Marat Gubaidullin <ma...@gmail.com>
AuthorDate: Mon Mar 28 20:37:38 2022 -0400

    Prepare preview 0.0.13 fix (#245)
    
    * Properties panel resize
    
    * Rest properties resize
    
    * Bean properties resize
    
    * Dependency properties resize
    
    * Icons fix
    
    * Fix background color
---
 karavan-vscode/CHANGELOG.md      | 4 ++++
 karavan-vscode/webview/index.css | 4 ++++
 2 files changed, 8 insertions(+)

diff --git a/karavan-vscode/CHANGELOG.md b/karavan-vscode/CHANGELOG.md
index f2cc6db..5af9d31 100644
--- a/karavan-vscode/CHANGELOG.md
+++ b/karavan-vscode/CHANGELOG.md
@@ -12,6 +12,10 @@ Requires Camel 3.16.0 and later
 Requires Camel 3.16.0 and later
 1. Beans
 3. Dependencies
+4. Support Camel 3.16.0 DSL
+5. New theme
+6. Resizable properties panel
+7. New Karavan views in VS Code
 
 ## 0.0.11
 1. Hot fix: Set Camel Jbang alias as `camel@apache/camel`
diff --git a/karavan-vscode/webview/index.css b/karavan-vscode/webview/index.css
index 2bf02f6..72cd3d1 100644
--- a/karavan-vscode/webview/index.css
+++ b/karavan-vscode/webview/index.css
@@ -21,6 +21,10 @@ body, :root, #root, .karavan {
   --step-border-color-selected:var(--vscode-focusBorder);
 }
 
+.karavan .pf-c-drawer__content {
+  background-color: transparent;
+}
+
 .vscode-dark input {
   color: var(--vscode-foreground) !important;
 }