[PR #18888] Fix remaining settings container previews in SUI #31636

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

Original Pull Request: https://github.com/microsoft/terminal/pull/18888

State: closed
Merged: Yes


Went through the settings UI and checked which other setting containers were missing a preview. Here's the list:

  • starting directory
  • tab title
  • background image
  • answerback message
  • bell style

Adding them was fairly straightforward. Tried to reuse existing resources when possible. The general pattern was to add a "Current" or "Preview" getter that just created the human-readable format of the setting.

Validation Steps Performed

value is shown (including special values!)
each of these work with a screen reader

Closes #18576

**Original Pull Request:** https://github.com/microsoft/terminal/pull/18888 **State:** closed **Merged:** Yes --- Went through the settings UI and checked which other setting containers were missing a preview. Here's the list: - starting directory - tab title - background image - answerback message - bell style Adding them was fairly straightforward. Tried to reuse existing resources when possible. The general pattern was to add a "Current<Setting>" or "<Setting>Preview" getter that just created the human-readable format of the setting. ## Validation Steps Performed ✅ value is shown (including special values!) ✅ each of these work with a screen reader Closes #18576
claunia added the pull-request label 2026-01-31 09:48:32 +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#31636