@@ -85,19 +85,22 @@ This is a high-level overview of the structure of the React component tree that
8585> > > [ ` <MultiFilePatchController> ` ] ( /lib/controllers/multi-file-patch-controller.js )
8686 > > > [ ` <MultiFilePatchView> ` ] ( /lib/views/multi-file-patch-view.js )
8787 >
88+ > > [ ` <CommitDetailItem> ` ] ( /lib/items/issueish-detail-item.js )
89+ > > [ ` <CommitDetailContainer> ` ] ( /lib/containers/commit-detail-container.js )
90+ > > [ ` <CommitDetailController> ` ] ( /lib/controllers/commit-detail-controller.js )
91+ > > [ ` <CommitDetailView> ` ] ( /lib/views/commit-detail-controller.js )
92+ > >
93+ > > The workspace-center pane item that appears when looking at all the changes associated with a single commit that already exists in the current branch.
94+ > >
95+ > > > [ ` <MultiFilePatchController> ` ] ( /lib/controllers/multi-file-patch-controller.js )
96+ > > > [ ` <MultiFilePatchView> ` ] ( /lib/views/multi-file-patch-view.js )
97+ >
8898> > [ ` <IssueishDetailItem> ` ] ( /lib/items/issueish-detail-item.js )
8999> > [ ` <IssueishDetailContainer> ` ] ( /lib/containers/issueish-detail-container.js )
90100> > [ ` <IssueishDetailController> ` ] ( /lib/controllers/issueish-detail-controller.js )
91101> > [ ` <IssueDetailView> ` ] ( /lib/views/issue-detail-view.js )
92102> > [ ` <PullRequestDetailView> ` ] ( /lib/views/pr-detail-view.js )
93103> >
94- > > The workspace-center pane item that appears when looking at all the changes
95- > > associated with a single commit that already exists in the current repository.
96- > > [ ` <CommitDetailItem> ` ] ( /lib/items/issueish-detail-item.js )
97- > > [ ` <CommitDetailContainer> ` ] ( /lib/containers/commit-detail-container.js )
98- > > [ ` <CommitDetailController> ` ] ( /lib/controllers/commit-detail-controller.js )
99- > > [ ` <CommitDetailView> ` ] ( /lib/views/commit-detail-controller.js )
100- > >
101104> > The workspace-center pane that displays information about a pull request or issue ("issueish", collectively) from github.com.
102105> >
103106> > > [ ` <IssueTimelineController> ` ] ( /lib/controllers/issue-timeline-controller.js )
0 commit comments