-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Conversation
@donokuda... send 💕 |
…tions # Conflicts: # src/GitHub.InlineReviews/Services/PullRequestSessionService.cs
…tions # Conflicts: # src/GitHub.App/ViewModels/GitHubPane/PullRequestCheckViewModel.cs # src/GitHub.VisualStudio/Views/GitHubPane/PullRequestCheckView.xaml
c7ba7d6
to
95d0079
Compare
…tions # Conflicts: # src/GitHub.App/ViewModels/GitHubPane/PullRequestCheckViewModel.cs # src/GitHub.InlineReviews/Services/PullRequestSessionService.cs
…hub.com/github/VisualStudio into features/check-suite-annotations-inline
Update inline review / annotation margin glyph
…eck-suite-annotations
…uite-annotations-inline
…-inline-available-for-comment Check Run Annotations should be able to disable the Add Comment functionality
…uite-annotations-inline
…-inline Check Run Annotations Inline
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.
test
@@ -21,7 +28,14 @@ public class CheckRunModel | |||
/// </summary> | |||
public DateTimeOffset? CompletedAt { get; set; } | |||
|
|||
/// <summary>The name of the check for this check run.</summary> | |||
/// <summary> |
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.
test
Couple of things I've noticed with the commenting behavior after this PR:
|
…/github/VisualStudio into features/check-suite-annotations
This might help with visually grouping comment threads in the future
This was intended. I was exploring different ways of indicating if a line had an annotation, a comment, both, and what kind of annotation. Here's a crop of a work-in-progress mockup: The challenge I ran into was how to represent more than one annotation marker in the margin and decided on one to show to simplify things. However, I'll work on iterating in @StanleyGoldman's pull request for using different markers. |
Ok, thanks for the details @donokuda - I've merged this, lets iterate on it in separate PRs. Those mockups look great! |
This pull request adds functionality to:
Remaining
Before merging
Images