[PR #11088] [CLOSED] Delete button Styling moved to CommonResource.xaml ; Issue #10454 #28407

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

📋 Pull Request Information

Original PR: https://github.com/microsoft/terminal/pull/11088
Author: @jelonmusk
Created: 8/31/2021
Status: Closed

Base: mainHead: main


📝 Commits (1)

  • 8b51db4 Delete button Styling moved to Common Resource.xaml ; Issue #10454

📊 Changes

1 file changed (+54 additions, -0 deletions)

View changed files

📝 src/cascadia/TerminalSettingsEditor/CommonResources.xaml (+54 -0)

📄 Description

Issue #10454

There are a few places in the Settings UI where we have a "delete button":

Actions Page
Color Schemes Page
Profiles Page - Delete Profile
(PR Allow creating and editing unfocused appearances in the SUI #10317) Profiles Page - Delete Appearance: (just look up "Firebrick")
I moved these over to CommonResources.xaml.

I referred https://github.com/microsoft/microsoft-ui-xaml/blob/main/dev/CommonStyles/Common_themeresources.xaml
as a reference for the code modification.
The styling code for "delete button" where moved to Common Resource.xaml file


🔄 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/11088 **Author:** [@jelonmusk](https://github.com/jelonmusk) **Created:** 8/31/2021 **Status:** ❌ Closed **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (1) - [`8b51db4`](https://github.com/microsoft/terminal/commit/8b51db46c9c905414ca789c3cb8d01578d184a30) Delete button Styling moved to Common Resource.xaml ; Issue #10454 ### 📊 Changes **1 file changed** (+54 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `src/cascadia/TerminalSettingsEditor/CommonResources.xaml` (+54 -0) </details> ### 📄 Description Issue #10454 There are a few places in the Settings UI where we have a "delete button": Actions Page Color Schemes Page Profiles Page - Delete Profile (PR Allow creating and editing unfocused appearances in the SUI #10317) Profiles Page - Delete Appearance: (just look up "Firebrick") I moved these over to CommonResources.xaml. I referred https://github.com/microsoft/microsoft-ui-xaml/blob/main/dev/CommonStyles/Common_themeresources.xaml as a reference for the code modification. The styling code for "delete button" where moved to Common Resource.xaml file --- <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:28:20 +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#28407