Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
WIP: Issues #1957
WIP: Issues #1957
Conversation
| /// <summary> | ||
| /// Represents an item in the issue list. | ||
| /// </summary> | ||
| public interface IIssueListItemViewModel : IIssueListItemViewModelBase |
grokys
Mar 7, 2019
•
Author
Contributor
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.
This is a WIP PR aimed at implementing issue support in GHfVS.
It includes:
IssueishDocumentPanebut loading an issue needs to be implemented inIssueishPaneViewModelDepends on #1955
Fixes #1482