@@ -85,19 +85,22 @@ This is a high-level overview of the structure of the React component tree that
85
85
> > > [ ` <MultiFilePatchController> ` ] ( /lib/controllers/multi-file-patch-controller.js )
86
86
> > > [ ` <MultiFilePatchView> ` ] ( /lib/views/multi-file-patch-view.js )
87
87
>
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
+ >
88
98
> > [ ` <IssueishDetailItem> ` ] ( /lib/items/issueish-detail-item.js )
89
99
> > [ ` <IssueishDetailContainer> ` ] ( /lib/containers/issueish-detail-container.js )
90
100
> > [ ` <IssueishDetailController> ` ] ( /lib/controllers/issueish-detail-controller.js )
91
101
> > [ ` <IssueDetailView> ` ] ( /lib/views/issue-detail-view.js )
92
102
> > [ ` <PullRequestDetailView> ` ] ( /lib/views/pr-detail-view.js )
93
103
> >
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
- > >
101
104
> > The workspace-center pane that displays information about a pull request or issue ("issueish", collectively) from github.com.
102
105
> >
103
106
> > > [ ` <IssueTimelineController> ` ] ( /lib/controllers/issue-timeline-controller.js )
0 commit comments