[PR #10173] [MERGED] Polish code for actions page #27935

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

📋 Pull Request Information

Original PR: https://github.com/microsoft/terminal/pull/10173
Author: @carlos-zamora
Created: 5/25/2021
Status: Merged
Merged: 6/3/2021
Merged by: @undefined

Base: mainHead: dev/cazamor/actions-page/follow-up


📝 Commits (1)

  • ac1f010 Polish code for actions page

📊 Changes

8 files changed (+36 additions, -29 deletions)

View changed files

📝 src/cascadia/TerminalSettingsEditor/Actions.cpp (+9 -7)
📝 src/cascadia/TerminalSettingsEditor/Actions.h (+5 -5)
📝 src/cascadia/TerminalSettingsEditor/Actions.idl (+4 -4)
📝 src/cascadia/TerminalSettingsEditor/Actions.xaml (+7 -8)
📝 src/cascadia/TerminalSettingsEditor/CommonResources.xaml (+1 -1)
📝 src/cascadia/TerminalSettingsEditor/Resources/en-US/Resources.resw (+2 -2)
📝 src/cascadia/TerminalSettingsEditor/ViewModelHelpers.h (+2 -1)
📝 src/cascadia/TerminalSettingsModel/ActionMap.cpp (+6 -1)

📄 Description

Applies feedback from https://github.com/microsoft/terminal/pull/9949#pullrequestreview-662590658

Highlights include:

  • bugfix: make all edit buttons stay visible if the user is using assistive technology
  • rename a few functions and resources to match the correct naming scheme
  • update the localized text for a conflicting key chord being assigned
  • provide better comments throughout the actions page code

References

#9949 - Original PR
Closes #10168


🔄 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/10173 **Author:** [@carlos-zamora](https://github.com/carlos-zamora) **Created:** 5/25/2021 **Status:** ✅ Merged **Merged:** 6/3/2021 **Merged by:** [@undefined](undefined) **Base:** `main` ← **Head:** `dev/cazamor/actions-page/follow-up` --- ### 📝 Commits (1) - [`ac1f010`](https://github.com/microsoft/terminal/commit/ac1f010ea3923e0a178ea1dd8c5ab65b3731c066) Polish code for actions page ### 📊 Changes **8 files changed** (+36 additions, -29 deletions) <details> <summary>View changed files</summary> 📝 `src/cascadia/TerminalSettingsEditor/Actions.cpp` (+9 -7) 📝 `src/cascadia/TerminalSettingsEditor/Actions.h` (+5 -5) 📝 `src/cascadia/TerminalSettingsEditor/Actions.idl` (+4 -4) 📝 `src/cascadia/TerminalSettingsEditor/Actions.xaml` (+7 -8) 📝 `src/cascadia/TerminalSettingsEditor/CommonResources.xaml` (+1 -1) 📝 `src/cascadia/TerminalSettingsEditor/Resources/en-US/Resources.resw` (+2 -2) 📝 `src/cascadia/TerminalSettingsEditor/ViewModelHelpers.h` (+2 -1) 📝 `src/cascadia/TerminalSettingsModel/ActionMap.cpp` (+6 -1) </details> ### 📄 Description Applies feedback from https://github.com/microsoft/terminal/pull/9949#pullrequestreview-662590658 Highlights include: - bugfix: make all edit buttons stay visible if the user is using assistive technology - rename a few functions and resources to match the correct naming scheme - update the localized text for a conflicting key chord being assigned - provide better comments throughout the actions page code ## References #9949 - Original PR Closes #10168 --- <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:25:15 +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#27935