Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 91f31db

Browse files
authored
Merge pull request atom#1842 from atom/atlas-patch
fix: react-component-atlas
2 parents 18a4f21 + a46b7df commit 91f31db

File tree

1 file changed

+10
-7
lines changed

1 file changed

+10
-7
lines changed

docs/react-component-atlas.md

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)