From 073a478eace84894f4f464d4a0343292da3fc252 Mon Sep 17 00:00:00 2001 From: delchev Date: Fri, 10 Jul 2026 20:03:38 +0300 Subject: [PATCH] ui: include Console view in the Git perspective by default Add the 'console' view to the Git perspective's bottom pane, ordered before History so it is the first and initially focused tab. Cloning a project with many git dependencies previously showed no feedback until completion; the Console streams the clone/publish log messages so the progress is visible as each project lands. Co-Authored-By: Claude Fable 5 --- .../resources/META-INF/dirigible/perspective-git/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/ui/perspective-git/src/main/resources/META-INF/dirigible/perspective-git/index.html b/components/ui/perspective-git/src/main/resources/META-INF/dirigible/perspective-git/index.html index 66a23b1ec2b..34049715b81 100644 --- a/components/ui/perspective-git/src/main/resources/META-INF/dirigible/perspective-git/index.html +++ b/components/ui/perspective-git/src/main/resources/META-INF/dirigible/perspective-git/index.html @@ -28,7 +28,7 @@