[PR #10581] [MERGED] Introduce feature flag for editable actions page #28116

Open
opened 2026-01-31 09:26:27 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/microsoft/terminal/pull/10581
Author: @carlos-zamora
Created: 7/7/2021
Status: Merged
Merged: 7/8/2021
Merged by: @undefined

Base: mainHead: dev/cazamor/actions-page/disable-edit-mode


📝 Commits (1)

  • 1f904c1 Introduce feature flag for editable actions page

📊 Changes

7 files changed (+406 additions, -2 deletions)

View changed files

📝 src/cascadia/TerminalSettingsEditor/MainPage.cpp (+16 -1)
📝 src/cascadia/TerminalSettingsEditor/Microsoft.Terminal.Settings.Editor.vcxproj (+14 -1)
src/cascadia/TerminalSettingsEditor/ReadOnlyActions.cpp (+64 -0)
src/cascadia/TerminalSettingsEditor/ReadOnlyActions.h (+57 -0)
src/cascadia/TerminalSettingsEditor/ReadOnlyActions.idl (+23 -0)
src/cascadia/TerminalSettingsEditor/ReadOnlyActions.xaml (+225 -0)
📝 src/features.xml (+7 -0)

📄 Description

Summary of the Pull Request

Adds a feature flag Feature_EditableActionsPage that controls whether the Actions page in the Settings UI is read-only vs editable. The editable version is disabled for Release builds and enabled everywhere else (i.e. Dev, Preview, etc...).

Validated using <stage> AlwaysEnabled and AlwaysDisabled.

References

#6900 - Actions Page Epic

PR Checklist

Closes #10578


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/microsoft/terminal/pull/10581 **Author:** [@carlos-zamora](https://github.com/carlos-zamora) **Created:** 7/7/2021 **Status:** ✅ Merged **Merged:** 7/8/2021 **Merged by:** [@undefined](undefined) **Base:** `main` ← **Head:** `dev/cazamor/actions-page/disable-edit-mode` --- ### 📝 Commits (1) - [`1f904c1`](https://github.com/microsoft/terminal/commit/1f904c14ac9b8d383388fd13d8187946acc89e54) Introduce feature flag for editable actions page ### 📊 Changes **7 files changed** (+406 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `src/cascadia/TerminalSettingsEditor/MainPage.cpp` (+16 -1) 📝 `src/cascadia/TerminalSettingsEditor/Microsoft.Terminal.Settings.Editor.vcxproj` (+14 -1) ➕ `src/cascadia/TerminalSettingsEditor/ReadOnlyActions.cpp` (+64 -0) ➕ `src/cascadia/TerminalSettingsEditor/ReadOnlyActions.h` (+57 -0) ➕ `src/cascadia/TerminalSettingsEditor/ReadOnlyActions.idl` (+23 -0) ➕ `src/cascadia/TerminalSettingsEditor/ReadOnlyActions.xaml` (+225 -0) 📝 `src/features.xml` (+7 -0) </details> ### 📄 Description ## Summary of the Pull Request Adds a feature flag `Feature_EditableActionsPage` that controls whether the Actions page in the Settings UI is read-only vs editable. The editable version is disabled for `Release` builds and enabled everywhere else (i.e. Dev, Preview, etc...). Validated using `<stage>` `AlwaysEnabled` and `AlwaysDisabled`. ## References #6900 - Actions Page Epic ## PR Checklist Closes #10578 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-31 09:26:27 +00:00
Sign in to join this conversation.
No Label pull-request
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#28116