You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 15, 2022. It is now read-only.
Copy file name to clipboardExpand all lines: docs/feature-requests/003-pull-request-review.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -57,9 +57,9 @@ Overview | Commits | Build Status
57
57
58
58
When the pull request is checked out, an "open" button is shown in the review footer. Clicking "open" opens a `PullRequestReviewsItem` for this pull request's review comments as an item in the right workspace dock.
59
59
60
-
### Files (tab)
60
+
### Files Changed (tab)
61
61
62
-
Clicking on the "Files" tab displays the full, multi-file diff associated with the pull request. This is akin to the "Files changed" tab on dotcom.
62
+
Clicking on the "Files Changed" tab displays the full, multi-file diff associated with the pull request. This is akin to the "Files changed" tab on dotcom.
@@ -119,7 +119,7 @@ This item is opened in the workspace's right dock when the user:
119
119
120
120
* Clicks the review progress bar in the GitHub tab.
121
121
* Clicks the "open" button on the review summary footer of a `PullRequestDetailItem`.
122
-
* Clicks the "<>" button on a review comment in the "Files" tab of a `PullRequestDetailItem`.
122
+
* Clicks the "<>" button on a review comment in the "Files Changed" tab of a `PullRequestDetailItem`.
123
123
124
124
It shows a scrollable view of all of the reviews and comments associated with a specific pull request,
125
125
@@ -160,7 +160,7 @@ In order to navigate between comments or switch context, each comment has the fo
160
160
* Clicking on the `<>` button in a review comment shows the comment in the entire file. If possible, the scroll-position is retained. This allows to quickly get more context about the code.
161
161
* If the current pull request is not checked out, the `<>` button is disabled, and a tooltip prompts the user to check out the pull request to edit the source.
162
162
* Clicking on the "sandwich" button shows the comment in the corresponding `PullRequestReviewsItem`.
163
-
* Clicking on the "file-+" button (not shown in above screenshot) shows the comment under the "Files" tab.
163
+
* Clicking on the "file-+" button (not shown in above screenshot) shows the comment under the "Files Changed" tab.
164
164
* The up and down arrow buttons navigate to the next and previous unresolved review comments.
165
165
* Reaction emoji may be added to each comment with the "emoji" button. Existing emoji reaction tallies are included beneath each comment.
0 commit comments