[PR #14223] [MERGED] Reorder the color chips grid in the color schemes page #30005

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

📋 Pull Request Information

Original PR: https://github.com/microsoft/terminal/pull/14223
Author: @PankajBhojwani
Created: 10/14/2022
Status: ✅ Merged
Merged: 11/1/2022
Merged by: @undefined

Base: main ← Head: dev/pabhoj/schemes_page_win10


📝 Commits (5)

📊 Changes

1 file changed (+49 additions, -53 deletions)

View changed files

📝 src/cascadia/TerminalSettingsEditor/ColorSchemes.xaml (+49 -53)

📄 Description

XAML has an issue in windows 10 where Width="*" does not work properly
inside the DataTemplate for a ListView. Because of this, the color
scheme list view items looked very strange in windows 10 (see #14187).

Thanks to that, we thought up a few new designs for the color schemes
page and selected a new one that blends the color chips with a region
that shows the foreground and background color with the text preview.

Closes #14187


🔄 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/14223 **Author:** [@PankajBhojwani](https://github.com/PankajBhojwani) **Created:** 10/14/2022 **Status:** ✅ Merged **Merged:** 11/1/2022 **Merged by:** [@undefined](undefined) **Base:** `main` ← **Head:** `dev/pabhoj/schemes_page_win10` --- ### 📝 Commits (5) - [`e1c6965`](https://github.com/microsoft/terminal/commit/e1c69656856dbacadc5a1181c4ee2103017468cd) reorder color chip grid - [`dc7200f`](https://github.com/microsoft/terminal/commit/dc7200ff542a236bd6fca750254e7fb98cea1858) border background - [`f4b5d97`](https://github.com/microsoft/terminal/commit/f4b5d97f0c815fe1a368dea65ca6dfe44ae556ab) update size, padding - [`b18b5bf`](https://github.com/microsoft/terminal/commit/b18b5bfb97cd7d53240d94b6a9f6aed58dc11d97) move padding etc to grid itself, remove border - [`b9ec64a`](https://github.com/microsoft/terminal/commit/b9ec64a97c52715ccea9b605085ce8f90afa06ed) comment ### 📊 Changes **1 file changed** (+49 additions, -53 deletions) <details> <summary>View changed files</summary> 📝 `src/cascadia/TerminalSettingsEditor/ColorSchemes.xaml` (+49 -53) </details> ### 📄 Description XAML has an issue in windows 10 where `Width="*"` does not work properly inside the `DataTemplate` for a `ListView`. Because of this, the color scheme list view items looked very strange in windows 10 (see #14187). Thanks to that, we thought up a few new designs for the color schemes page and selected a new one that blends the color chips with a region that shows the foreground and background color with the text preview. Closes #14187 --- <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:38:08 +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#30005