From a46b7dfa2b9e10aaacda8c9ba01b11e65a176d02 Mon Sep 17 00:00:00 2001 From: Vanessa Yuen <6842965+vanessayuenn@users.noreply.github.com> Date: Thu, 13 Dec 2018 13:06:39 +0100 Subject: [PATCH] fix `react-component-atlas` `IssueishDetail` and `CommitDetail` are swapped by accident --- docs/react-component-atlas.md | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/docs/react-component-atlas.md b/docs/react-component-atlas.md index 0da9b513dc..a585c9aea3 100644 --- a/docs/react-component-atlas.md +++ b/docs/react-component-atlas.md @@ -85,19 +85,22 @@ This is a high-level overview of the structure of the React component tree that > > > [``](/lib/controllers/multi-file-patch-controller.js) > > > [``](/lib/views/multi-file-patch-view.js) > +> > [``](/lib/items/issueish-detail-item.js) +> > [``](/lib/containers/commit-detail-container.js) +> > [``](/lib/controllers/commit-detail-controller.js) +> > [``](/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. +> > +> > > [``](/lib/controllers/multi-file-patch-controller.js) +> > > [``](/lib/views/multi-file-patch-view.js) +> > > [``](/lib/items/issueish-detail-item.js) > > [``](/lib/containers/issueish-detail-container.js) > > [``](/lib/controllers/issueish-detail-controller.js) > > [``](/lib/views/issue-detail-view.js) > > [``](/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. -> > [``](/lib/items/issueish-detail-item.js) -> > [``](/lib/containers/commit-detail-container.js) -> > [``](/lib/controllers/commit-detail-controller.js) -> > [``](/lib/views/commit-detail-controller.js) -> > > > The workspace-center pane that displays information about a pull request or issue ("issueish", collectively) from github.com. > > > > > [``](/lib/controllers/issue-timeline-controller.js)