From 36969452b10ea721de4ec00e0f038b04d0b2a581 Mon Sep 17 00:00:00 2001 From: Pluto Date: Wed, 27 May 2026 23:05:13 +0530 Subject: [PATCH 01/63] fix: quick access panel buttons overflow when bottom panel is small Add overflow-y: auto to .default-panel-content so buttons scroll instead of spilling into the editor area. Replace justify-content: center with margin-top/bottom: auto on heading/buttons to keep vertical centering when space allows while staying scrollable when it does not. Co-Authored-By: Claude Opus 4.6 --- src/styles/Extn-BottomPanelTabs.less | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/styles/Extn-BottomPanelTabs.less b/src/styles/Extn-BottomPanelTabs.less index 18fb29ec9c..8a62ab3954 100644 --- a/src/styles/Extn-BottomPanelTabs.less +++ b/src/styles/Extn-BottomPanelTabs.less @@ -354,11 +354,11 @@ display: flex; flex-direction: column; align-items: center; - justify-content: center; height: 100%; padding: 16px; gap: 12px; user-select: none; + overflow-y: auto; } .default-panel-heading { @@ -367,7 +367,9 @@ word-spacing: 1px; font-weight: 500; color: #555; + margin-top: auto; margin-bottom: 4px; + flex-shrink: 0; .dark & { color: #bbb; @@ -379,6 +381,8 @@ flex-wrap: wrap; justify-content: center; gap: 8px; + margin-bottom: auto; + flex-shrink: 0; } .default-panel-btn { From 74a2221c0d06e05268b7d1a68d92f6217403b3aa Mon Sep 17 00:00:00 2001 From: abose Date: Wed, 27 May 2026 19:15:23 +0000 Subject: [PATCH 02/63] ci: bump patch version to 5.1.23 --- package.json | 4 ++-- src-node/package.json | 4 ++-- src/config.json | 4 ++-- src/index.html | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index 5b00324382..7dd2f2b3f2 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "phoenix", - "version": "5.1.22-0", - "apiVersion": "5.1.22", + "version": "5.1.23-0", + "apiVersion": "5.1.23", "homepage": "https://core.ai", "issues": { "url": "https://github.com/phcode-dev/phoenix/issues" diff --git a/src-node/package.json b/src-node/package.json index 2890e219a4..20308f331c 100644 --- a/src-node/package.json +++ b/src-node/package.json @@ -1,8 +1,8 @@ { "name": "@phcode/node-core", "description": "Phoenix Node Core", - "version": "5.1.22-0", - "apiVersion": "5.1.22", + "version": "5.1.23-0", + "apiVersion": "5.1.23", "keywords": [], "author": "arun@core.ai", "homepage": "https://github.com/phcode-dev/phoenix", diff --git a/src/config.json b/src/config.json index a5902c876a..411687b3e8 100644 --- a/src/config.json +++ b/src/config.json @@ -46,8 +46,8 @@ "bugsnagEnv": "development" }, "name": "Phoenix Code", - "version": "5.1.22-0", - "apiVersion": "5.1.22", + "version": "5.1.23-0", + "apiVersion": "5.1.23", "homepage": "https://core.ai", "issues": { "url": "https://github.com/phcode-dev/phoenix/issues" diff --git a/src/index.html b/src/index.html index fb094eb7f8..8f01cc5076 100644 --- a/src/index.html +++ b/src/index.html @@ -68,7 +68,7 @@ - + + + +