Skip to content
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.

Commit

Permalink
Merge pull request #1804 from atom/tt-18-nov-split-component
Browse files Browse the repository at this point in the history
split IssueishDetailView into IssueDetailView and PullRequestDetailView
  • Loading branch information
Tilde Ann Thurium committed Dec 5, 2018
2 parents 0bf8106 + 181a591 commit 1a1a315
Show file tree
Hide file tree
Showing 22 changed files with 3,060 additions and 1,575 deletions.
3 changes: 2 additions & 1 deletion docs/react-component-atlas.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,8 @@ This is a high-level overview of the structure of the React component tree that
> > [`<IssueishDetailItem>`](/lib/items/issueish-detail-item.js)
> > [`<IssueishDetailContainer>`](/lib/containers/issueish-detail-container.js)
> > [`<IssueishDetailController>`](/lib/controllers/issueish-detail-controller.js)
> > [`<IssueishDetailView>`](/lib/controllers/issueish-detail-controller.js)
> > [`<IssueDetailView>`](/lib/views/issue-detail-view.js)
> > [`<PullRequestDetailView>`](/lib/views/pr-detail-view.js)
> >
> > The workspace-center pane that displays information about a pull request or issue ("issueish", collectively) from github.com.
> >
Expand Down
Loading

0 comments on commit 1a1a315

Please sign in to comment.