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

Added links to user docs inside About popup #1887

Merged
5 commits merged into from
Jul 11, 2019
Merged

Conversation

cinnamon-msft
Copy link
Contributor

@cinnamon-msft cinnamon-msft commented Jul 9, 2019

Summary of the Pull Request

Added links to "Getting Started", "Documentation", and "Release Notes" in the About section.

References

#1576

PR Checklist

  • Closes Documentation Issue: No easy to read user docs #1576
  • CLA signed. If not, go over here and sign the CLA
  • Tests added/passed
  • Requires documentation to be updated
  • I've discussed this with core contributors already. If not checked, I'm ready to accept this work might be rejected in favor of a different grand plan. Issue number where discussion took place: #xxx

Detailed Description of the Pull Request / Additional comments

MicrosoftTeams-image (3)
MicrosoftTeams-image (4)

Validation Steps Performed

Clicked the links and they all work.

TODO

The hover color is too dark to read when using dark theme.

Copy link
Member

@zadjii-msft zadjii-msft left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think the Resources change is the only one that's blocking me TBH

src/cascadia/TerminalApp/App.cpp Outdated Show resolved Hide resolved
src/cascadia/TerminalApp/App.cpp Outdated Show resolved Hide resolved
src/cascadia/TerminalApp/App.cpp Outdated Show resolved Hide resolved
@ghost ghost added the Needs-Author-Feedback The original author of the issue/PR needs to come back and respond to something label Jul 9, 2019
src/cascadia/TerminalApp/App.cpp Outdated Show resolved Hide resolved
@ghost ghost removed the Needs-Author-Feedback The original author of the issue/PR needs to come back and respond to something label Jul 10, 2019
@Summon528
Copy link
Contributor

Should we make those link not selectable?

Copy link
Member

@zadjii-msft zadjii-msft left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm shocked that the ResourceLoader doesn't seem to care about the newline at the ends of those strings. This looks fine to me

@@ -185,6 +184,9 @@ namespace winrt::TerminalApp::implementation
auto resourceLoader = Windows::ApplicationModel::Resources::ResourceLoader::GetForCurrentView();
const auto title = resourceLoader.GetString(L"AboutTitleText");
const auto versionLabel = resourceLoader.GetString(L"VersionLabelText");
const auto gettingStartedLabel = resourceLoader.GetString(L"GettingStartedLabelText\n");
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Wait does this work with the newline at the end of the key?

src/cascadia/TerminalApp/App.cpp Outdated Show resolved Hide resolved
@ghost ghost added the Needs-Author-Feedback The original author of the issue/PR needs to come back and respond to something label Jul 10, 2019
@ghost ghost removed the Needs-Author-Feedback The original author of the issue/PR needs to come back and respond to something label Jul 10, 2019
Copy link
Member

@miniksa miniksa left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for cleaning all of those up.

@miniksa miniksa dismissed DHowett-MSFT’s stale review July 11, 2019 20:17

Because he said I could and Kayla satisfied his requests.

@miniksa miniksa added the AutoMerge Marked for automatic merge by the bot when requirements are met label Jul 11, 2019
@ghost
Copy link

ghost commented Jul 11, 2019

Hello @miniksa!

Because this pull request has the AutoMerge label, I will be glad to assist with helping to merge this pull request once all check-in policies pass.

p.s. you can customize the way I help with merging this pull request, such as holding this pull request until a specific person approves. Simply @mention me (@msftbot) and give me an instruction to get started! Learn more here.

@miniksa
Copy link
Member

miniksa commented Jul 11, 2019

OK Kayla didn't move the last URI. But I did. And if the CI is good, then this is good. So automerge.

@ghost ghost merged commit b9cc819 into master Jul 11, 2019
@ghost ghost deleted the cinnamon/user-docs-link branch July 11, 2019 21:01
mcpiroman pushed a commit to mcpiroman/terminal that referenced this pull request Jul 23, 2019
* added links into about section

* added resources and aka.ms links

* moved links to resources

* Move the feedback URI into the resources too!
@ghost
Copy link

ghost commented Aug 3, 2019

🎉Windows Terminal Preview v0.3.2142.0 has been released which incorporates this pull request.:tada:

Handy links:

This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
AutoMerge Marked for automatic merge by the bot when requirements are met
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Documentation Issue: No easy to read user docs
5 participants