From e0a2c828432d68f335f289e7eb59df014e064cff Mon Sep 17 00:00:00 2001 From: Pluto Date: Thu, 30 Apr 2026 15:51:47 +0530 Subject: [PATCH 1/3] feat: add tabbed bottom panel and new theme section in markdown --- .../en/Newly_added_features.md | 20 +++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/src/assets/default-project/en/Newly_added_features.md b/src/assets/default-project/en/Newly_added_features.md index 1f13413916..d8cf6d18ca 100644 --- a/src/assets/default-project/en/Newly_added_features.md +++ b/src/assets/default-project/en/Newly_added_features.md @@ -64,6 +64,26 @@ Phoenix Code allows you to open multiple terminal tabs with your preferred shell ![Image](https://docs-images.phcode.dev/in-app/terminal.png) +## [Tabbed Bottom Panel](https://docs.phcode.dev/app-links/git) + +`Added in April 2026` + +Bottom panels now share a single tabbed container - switch, reorder, maximize, or hide them all at once. +A new Quick Access tab keeps Problems, Git, Snippets, Shortcuts, and Terminal one click away. + +![Image](https://docs-images.phcode.dev/in-app/bottom-panel.png) + +## [Phoenix Neo Themes](https://docs.phcode.dev/app-links/themes) + +`Added in April 2026` + +Meet Phoenix Dark Neo and Phoenix Light Neo - the redesigned default themes with a cleaner, modernized look. +Use the new Scroll Sensitivity slider to make scrolling faster or slower. + +> Switch between them anytime from `View > Themes...`. + +![Image](https://docs-images.phcode.dev/in-app/themes-settings.png) + ## [Live Preview Edit](https://docs.phcode.dev/app-links/live-preview-edit) `Added in 2025` From c7ef2571a13a64ab1ce2d7056ee5dddfeb05587a Mon Sep 17 00:00:00 2001 From: Pluto Date: Thu, 30 Apr 2026 16:12:28 +0530 Subject: [PATCH 2/3] chore: remove scroll sensitivity line from theme section --- src/assets/default-project/en/Newly_added_features.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/assets/default-project/en/Newly_added_features.md b/src/assets/default-project/en/Newly_added_features.md index d8cf6d18ca..285d79e97e 100644 --- a/src/assets/default-project/en/Newly_added_features.md +++ b/src/assets/default-project/en/Newly_added_features.md @@ -77,8 +77,7 @@ A new Quick Access tab keeps Problems, Git, Snippets, Shortcuts, and Terminal on `Added in April 2026` -Meet Phoenix Dark Neo and Phoenix Light Neo - the redesigned default themes with a cleaner, modernized look. -Use the new Scroll Sensitivity slider to make scrolling faster or slower. +Meet Phoenix Dark Neo and Phoenix Light Neo - the redesigned default themes with a cleaner, modernized look. > Switch between them anytime from `View > Themes...`. From 12471e9ce012ba2ce656791c449decc30b12a68b Mon Sep 17 00:00:00 2001 From: Pluto Date: Thu, 30 Apr 2026 16:15:43 +0530 Subject: [PATCH 3/3] chore: rephrase tabbed bottom panel section --- src/assets/default-project/en/Newly_added_features.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/assets/default-project/en/Newly_added_features.md b/src/assets/default-project/en/Newly_added_features.md index 285d79e97e..42936b1729 100644 --- a/src/assets/default-project/en/Newly_added_features.md +++ b/src/assets/default-project/en/Newly_added_features.md @@ -64,12 +64,11 @@ Phoenix Code allows you to open multiple terminal tabs with your preferred shell ![Image](https://docs-images.phcode.dev/in-app/terminal.png) -## [Tabbed Bottom Panel](https://docs.phcode.dev/app-links/git) +## [All Your Tools, One Place](https://docs.phcode.dev/app-links/git) `Added in April 2026` -Bottom panels now share a single tabbed container - switch, reorder, maximize, or hide them all at once. -A new Quick Access tab keeps Problems, Git, Snippets, Shortcuts, and Terminal one click away. +A new tools drawer brings Git, Terminal, Problems, and more into one place. Switch between them instantly without panels getting in your way. ![Image](https://docs-images.phcode.dev/in-app/bottom-panel.png)