Skip to content
This repository was archived by the owner on Dec 15, 2022. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 10 additions & 7 deletions docs/react-component-atlas.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,19 +85,22 @@ This is a high-level overview of the structure of the React component tree that
> > > [`<MultiFilePatchController>`](/lib/controllers/multi-file-patch-controller.js)
> > > [`<MultiFilePatchView>`](/lib/views/multi-file-patch-view.js)
>
> > [`<CommitDetailItem>`](/lib/items/issueish-detail-item.js)
> > [`<CommitDetailContainer>`](/lib/containers/commit-detail-container.js)
> > [`<CommitDetailController>`](/lib/controllers/commit-detail-controller.js)
> > [`<CommitDetailView>`](/lib/views/commit-detail-controller.js)
> >
> > 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.
> >
> > > [`<MultiFilePatchController>`](/lib/controllers/multi-file-patch-controller.js)
> > > [`<MultiFilePatchView>`](/lib/views/multi-file-patch-view.js)
>
> > [`<IssueishDetailItem>`](/lib/items/issueish-detail-item.js)
> > [`<IssueishDetailContainer>`](/lib/containers/issueish-detail-container.js)
> > [`<IssueishDetailController>`](/lib/controllers/issueish-detail-controller.js)
> > [`<IssueDetailView>`](/lib/views/issue-detail-view.js)
> > [`<PullRequestDetailView>`](/lib/views/pr-detail-view.js)
> >
> > The workspace-center pane item that appears when looking at all the changes
> > associated with a single commit that already exists in the current repository.
> > [`<CommitDetailItem>`](/lib/items/issueish-detail-item.js)
> > [`<CommitDetailContainer>`](/lib/containers/commit-detail-container.js)
> > [`<CommitDetailController>`](/lib/controllers/commit-detail-controller.js)
> > [`<CommitDetailView>`](/lib/views/commit-detail-controller.js)
> >
> > The workspace-center pane that displays information about a pull request or issue ("issueish", collectively) from github.com.
> >
> > > [`<IssueTimelineController>`](/lib/controllers/issue-timeline-controller.js)
Expand Down