Skip to content

Feature Request - Implement Settings UI #1564

@cinnamon-msft

Description

@cinnamon-msft

Summary of the new feature/enhancement

Implement a Settings UI for Windows Terminal. This UI should read from and update the settings.json file. The user should still be able to edit the JSON directly, if so desired.

Spec & Design: #6720

Implementation Plan

By @carlos-zamora. We're working off of the feature/settings-ui branch. It runs the same CI as master. The idea is that you make PRs targeting feature/settings-ui and when the Settings UI is ready for delivery, we merge it into master.

We're basically starting with #7370.

Back-end

These work items generally won't touch any UI or XAML.

Middle-end

These work items may touch a bit of the XAML. You'll have to touch the TerminalSettingsEditor project, but you won't be too caught up in the polish of icons, margins, etc.

  • Embed the Settings UI as a tab in Windows Terminal (TerminalApp)
  • Replace ObjectModel objects in the prototype with real TerminalSettingsModel object references
  • Data Bind the settings to the TerminalSettingsModel
    • Global Settings
    • Profiles:
      • List of profiles --> Navigation bar
      • Profile settings
    • Color Schemes:
      • List of color schemes --> dropdown menu
      • colors
    • Key Bindings

Miscellaneous Follow-Ups from PRs

Front-end

These work items include a bit more design work. Make sure you look at the mockups in #6720.

Bonus Points

  • Search for settings
  • Home Page
  • Image preview for icons and background image
  • Embed a Terminal Control in the "Appearance" page for profiles
    • This should live update with changes you make to colors, background image, font, etc.
    • Requires a new Terminal Connection specifically designed for this (or even throw a fully operational terminal in there, sure!)
  • Tab title changes depending on what SUI page is currently open.
  • Implement the Keyboard page (key bindings)

Bugs

These are bugs that the team is finding as we selfhost the feature branch. This method will be used until the feature branch gets merged into master. At that point, we'll submit bugs normally.

Designs

By @cinnamon-msft. Content within these designs is not final and will be modified. They're simply here for demonstration.

navigation-2

appearance

Metadata

Metadata

Labels

Area-SettingsIssues related to settings and customizability, for console or terminalArea-UserInterfaceIssues pertaining to the user interface of the Console or TerminalIssue-ScenarioNeeds-Tag-FixDoesn't match tag requirementsProduct-TerminalThe new Windows Terminal.Resolution-Fix-CommittedFix is checked in, but it might be 3-4 weeks until a release.

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions