[PR #14244] [MERGED] Remove redundant tooltips from settings UI #30025

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

📋 Pull Request Information

Original PR: https://github.com/microsoft/terminal/pull/14244
Author: @carlos-zamora
Created: 10/17/2022
Status: Merged
Merged: 10/24/2022
Merged by: @undefined

Base: mainHead: dev/cazamor/sui/remove-redundant-tooltips


📝 Commits (2)

  • 0301e7b Remove redundant tooltips from settings UI
  • 4c1dcba Remove redundant tooltips from SUI nav view

📊 Changes

3 files changed (+1 additions, -32 deletions)

View changed files

📝 src/cascadia/TerminalSettingsEditor/MainPage.cpp (+0 -2)
📝 src/cascadia/TerminalSettingsEditor/Resources/en-US/Resources.resw (+1 -29)
📝 src/cascadia/TerminalSettingsEditor/SettingContainer.cpp (+0 -1)

📄 Description

Summary of the Pull Request

This removes all of the redundant tooltips from the settings UI. Since all of the settings are added through the SettingsContainer, it's a pretty simple change.

Closes #14184

Validation Steps Performed

  • hover over all settings in the settings UI
  • hover over all entries in the SUI nav view

🔄 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/14244 **Author:** [@carlos-zamora](https://github.com/carlos-zamora) **Created:** 10/17/2022 **Status:** ✅ Merged **Merged:** 10/24/2022 **Merged by:** [@undefined](undefined) **Base:** `main` ← **Head:** `dev/cazamor/sui/remove-redundant-tooltips` --- ### 📝 Commits (2) - [`0301e7b`](https://github.com/microsoft/terminal/commit/0301e7b346f23cffc8d35968502d5807f4930e78) Remove redundant tooltips from settings UI - [`4c1dcba`](https://github.com/microsoft/terminal/commit/4c1dcbaf240a8a091a18add9cb5f7f74cd04d45b) Remove redundant tooltips from SUI nav view ### 📊 Changes **3 files changed** (+1 additions, -32 deletions) <details> <summary>View changed files</summary> 📝 `src/cascadia/TerminalSettingsEditor/MainPage.cpp` (+0 -2) 📝 `src/cascadia/TerminalSettingsEditor/Resources/en-US/Resources.resw` (+1 -29) 📝 `src/cascadia/TerminalSettingsEditor/SettingContainer.cpp` (+0 -1) </details> ### 📄 Description ## Summary of the Pull Request This removes all of the redundant tooltips from the settings UI. Since all of the settings are added through the SettingsContainer, it's a pretty simple change. Closes #14184 ## Validation Steps Performed - [X] hover over all settings in the settings UI - [X] hover over all entries in the SUI nav view --- <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:14 +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#30025