Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement the Settings UI #8048

Merged
merged 2 commits into from
Dec 11, 2020
Merged

Implement the Settings UI #8048

merged 2 commits into from
Dec 11, 2020

Commits on Dec 11, 2020

  1. Introduce the Terminal Settings Editor (#8048)

    This commit introduces the terminal settings editor (to wit: the
    Settings UI) as a standalone project. This project, and this commit, is
    the result of two and a half months of work.
    
    TSE started as a hackathon project in the Microsoft 2020 Hackathon, and
    from there it's grown to be a bona-fide graphical settings editor.
    
    There is a lot of xaml data binding in here, a number of views and a
    number of view models, and a bunch of paradigms that we've been
    reviewing and testing out and designing and refining.
    
    Specified in #6720, #8269
    Follow-up work in #6800
    Closes #1564
    Closes #8048 (PR)
    
    Co-authored-by: Carlos Zamora <[email protected]>
    Co-authored-by: Kayla Cinnamon <[email protected]>
    Co-authored-by: Alberto Medina Gutierrez <[email protected]>
    Co-authored-by: John Grandle <[email protected]>
    Co-authored-by: xerootg <[email protected]>
    Co-authored-by: Scott <[email protected]>
    Co-authored-by: Vineeth Thomas Alex <[email protected]>
    Co-authored-by: Leon Liang <[email protected]>
    Co-authored-by: Dustin L. Howett <[email protected]>
    Signed-off-by: Dustin L. Howett <[email protected]>
    9 people committed Dec 11, 2020
    Configuration menu
    Copy the full SHA
    05f3ccb View commit details
    Browse the repository at this point in the history
  2. Add a keybinding option to Terminal to open the Settings UI (#8048)

    This commit iontroduces another `target` to the `openSettings` binding:
    `settingsUI`. It opens the settings UI introduced in the previous
    commit.
    
    Closes #1564
    Closes #8048 (PR)
    
    Co-authored-by: Carlos Zamora <[email protected]>
    Co-authored-by: Leon Liang <[email protected]>
    3 people committed Dec 11, 2020
    Configuration menu
    Copy the full SHA
    0cab86f View commit details
    Browse the repository at this point in the history