-
Notifications
You must be signed in to change notification settings - Fork 10
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
feat: wrap comments from github bot in details/summary #135
feat: wrap comments from github bot in details/summary #135
Conversation
Benchmark resultsClick for full resultsBase commit: simple-benchmark-prod
simple-benchmark-compat
lwc-examples-prod
lwc-examples-compat
|
Just realized that the thumbs up/down was wrong in the test fixture, so I fixed that. |
Benchmark resultsClick for full resultsBase commit: simple-benchmark-prod
simple-benchmark-compat
lwc-examples-prod
lwc-examples-compat
|
@nolanlawson I would love to have a holistic design of how we would like to display the results: what is important, what is not. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Couple of minor changes, except that LGTM.
packages/best-github-integration/src/__tests__/best-comment.spec.js
Outdated
Show resolved
Hide resolved
packages/best-github-integration/src/__tests__/best-comment.spec.js
Outdated
Show resolved
Hide resolved
Benchmark resultsClick for full resultsBase commit: simple-benchmark-prod
simple-benchmark-compat
lwc-examples-prod
lwc-examples-compat
|
@nolanlawson you should be able to merge PRs now |
Details
This is step 1 in fixing #132. All it does is wrap the existing bot output in a details/summary tag, so that it can be clicked to be expanded.
Screenshot when collapsed:
Screenshot when expanded:
Of course, step 2 is to put useful summary info into the summary section, but this is at least a start. :)
Does this PR introduce a breaking change?