Uh oh!
There was an error while loading. Please reload this page.
Add pull request comment count link and add back in description section - #2229
Conversation
StanleyGoldman
commented
Feb 15, 2019
Also, what did we decide to do with the pull request number link in the document view? |
meaghanlewis
commented
Feb 15, 2019
@StanleyGoldman I don't think that we decided but in my opinion it would make sense that it would open up the browser and would have the same action as clicking the I'm also inclined to keep the |
32e3625 to
e504484CompareThe Reviewers section contains an `Add your review` button which I don't think should be hidden by default. The Checks section is the only place where build status is surfaced and contains a link to Details for each build.
The problem with the current implementation of the conversation view is that it's some way from having feature parity with dotcom. If a user needs to edit a pull request description, toggle a check box or insert an image they'll still need to use dotcom. The idea of using the comment count link is that we currently tease the user with a comment count in the pull request list, but after they open the detail view they can only see inline comments. The conversation view is good for viewing/adding commands, so having this link fills in some desperately missing functionality. I've wired up the todos from @donokuda's pull request description. Could you give a try and see how it feels? |
jcansdale
commented
Feb 19, 2019
I've hooked up the todo items to see how this configuration feels. Here are by initial impressions after dogfooding it for a little while.
|
StanleyGoldman
commented
Feb 19, 2019
jcansdale
commented
Feb 19, 2019
@StanleyGoldman if we're going to be consistent with VSCode (which has an almost identical UI for this), #2229 link would open the pull request on github.com. I think it makes sense to be consistent if there isn't a clear reason why alternative behavior is better. |
StanleyGoldman
commented
Feb 19, 2019
Oh I think the action is fine. I was just pointing at the formatting error as the number is cut off. |
jcansdale
commented
Feb 19, 2019
I don't think there was an action before. ;-) |
Make hash-link at top pull request page open on GitHub.
jcansdale
commented
Feb 19, 2019
@StanleyGoldman here we go: |
donokuda
commented
Feb 19, 2019
This all looks good 😍and thanks @StanleyGoldman for spotting that formatting issue 🙏 Let me know if there's anything you'd like me to take a look at. Otherwise, the changes look good to me 👍 |
meaghanlewis
commented
Feb 19, 2019
Thanks for those fixes @jcansdale! This PR looks good to me too. |
jcansdale
left a comment
There was a problem hiding this comment.
I think this is good to go!





Note: This pull request targets @grokys's
feature/pr-conversationbranch@jcansdale and I had a chat in Slack about implementing a few changes:
reviewers, and checkssection so that the changed files are quickly accessibleThere are still a few things that need to be hooked up such as:
@jcansdale or @grokys, would one of you be able to check this branch out and hook up the last remaining items?