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

Allow preview connection to take in a preview string to display #13293

Closed
wants to merge 1 commit into from

Conversation

PankajBhojwani
Copy link
Contributor

Summary of the Pull Request

When only the Profiles->Appearance page was using a preview control, it was okay to have a predefined 'preview' string that the preview control would display. Now that the ColorSchemes page also wants a preview control (to showcase all 16 colors), it makes sense to allow the page that is creating the preview control to decide what the preview string should be. So, the preview connection now takes in a preview string.

References

This is a prerequisite for #13269

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.
  • I work here

Validation Steps Performed

Profiles->Appearance preview control still works as before

@DHowett
Copy link
Member

DHowett commented Jun 13, 2022

Isn't it possible to display the color table without using a terminal control? Just static XAML textblocks on top of static colors... would be much cheaper :)

@PankajBhojwani
Copy link
Contributor Author

Isn't it possible to display the color table without using a terminal control? Just static XAML textblocks on top of static colors... would be much cheaper :)

That probably makes more sense, closing this

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants