◐ Shell
clean mode source ↗

WIP: Issues by grokys · Pull Request #1957 · github/VisualStudio

Conversation

@grokys

This is a WIP PR aimed at implementing issue support in GHfVS.

It includes:

  • An implementation of the issue list
  • It shows the IssueishDocumentPane but loading an issue needs to be implemented in IssueishPaneViewModel

Depends on #1955
Fixes #1482

grokys

/// <summary>
/// Represents an item in the issue list.
/// </summary>
public interface IIssueListItemViewModel : IIssueListItemViewModelBase

Choose a reason for hiding this comment

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

Future: Should probably rename (I)IssueListItemViewModelBase to (I)IssueishListItemViewModel as the term "issueish" is usually used to refer to something that can either be an issue or a PR.

2 participants

@grokys @jcansdale