[PR #12448] [MERGED] Add tooltips for nav items in the SUI #29051

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

📋 Pull Request Information

Original PR: https://github.com/microsoft/terminal/pull/12448
Author: @PankajBhojwani
Created: 2/9/2022
Status: Merged
Merged: 2/11/2022
Merged by: @undefined

Base: mainHead: dev/pabhoj/sui_name_tooltip


📝 Commits (1)

📊 Changes

2 files changed (+30 additions, -0 deletions)

View changed files

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

📄 Description

Summary of the Pull Request

Profiles with long names were having their titles cut off in the navigation view sidebar. This change adds tooltips to all nav view items so the full names can still be read.

References

#11353

PR Checklist

  • Closes #xxx
  • CLA signed. If not, go over here and sign the CLA
  • Tests added/passed
  • Documentation updated. If checked, please file a pull request on our docs repo and link it here: #xxx
  • Schema updated.
  • [x[ I work here

Validation Steps Performed

sidebartooltip sidebartooltip2

🔄 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/12448 **Author:** [@PankajBhojwani](https://github.com/PankajBhojwani) **Created:** 2/9/2022 **Status:** ✅ Merged **Merged:** 2/11/2022 **Merged by:** [@undefined](undefined) **Base:** `main` ← **Head:** `dev/pabhoj/sui_name_tooltip` --- ### 📝 Commits (1) - [`33875da`](https://github.com/microsoft/terminal/commit/33875da8fb5c4ed3499508c4dd73fabafaac6b52) tooltips for nav items ### 📊 Changes **2 files changed** (+30 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `src/cascadia/TerminalSettingsEditor/MainPage.cpp` (+2 -0) 📝 `src/cascadia/TerminalSettingsEditor/Resources/en-US/Resources.resw` (+28 -0) </details> ### 📄 Description ## Summary of the Pull Request Profiles with long names were having their titles cut off in the navigation view sidebar. This change adds tooltips to all nav view items so the full names can still be read. ## References #11353 ## PR Checklist * [ ] Closes #xxx * [x] CLA signed. If not, go over [here](https://cla.opensource.microsoft.com/microsoft/Terminal) and sign the CLA * [ ] Tests added/passed * [ ] Documentation updated. If checked, please file a pull request on [our docs repo](https://github.com/MicrosoftDocs/terminal) and link it here: #xxx * [ ] Schema updated. * [x[ I work here ## Validation Steps Performed <img width="261" alt="sidebartooltip" src="https://user-images.githubusercontent.com/26824113/153270004-02ec3ca7-8787-41be-a4ee-c60efa8cc5e6.png"> <img width="341" alt="sidebartooltip2" src="https://user-images.githubusercontent.com/26824113/153270033-263069f6-75ff-4215-9c83-e0a946ce9616.png"> --- <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:32:28 +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#29051