Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Comments: CommentDetail Redux refactor #18406

Closed
wants to merge 7 commits into from
Closed
Show file tree
Hide file tree
Changes from 1 commit
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
Prev Previous commit
Remove CommentDetail from the devdocs
  • Loading branch information
Copons committed Oct 9, 2017
commit 6874ecbb5d83dfbb42cfa0c8fc206cd42aff0355
214 changes: 0 additions & 214 deletions client/blocks/comment-detail/docs/comment-faker.jsx

This file was deleted.

79 changes: 0 additions & 79 deletions client/blocks/comment-detail/docs/example.jsx

This file was deleted.

2 changes: 0 additions & 2 deletions client/devdocs/design/blocks.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ import CalendarButton from 'blocks/calendar-button/docs/example';
import CalendarPopover from 'blocks/calendar-popover/docs/example';
import AuthorSelector from 'blocks/author-selector/docs/example';
import CommentButtons from 'blocks/comment-button/docs/example';
import CommentDetail from 'blocks/comment-detail/docs/example';
import DisconnectJetpackDialog from 'blocks/disconnect-jetpack-dialog/docs/example';
import FollowButton from 'blocks/follow-button/docs/example';
import LikeButtons from 'blocks/like-button/docs/example';
Expand Down Expand Up @@ -119,7 +118,6 @@ export default class AppComponents extends React.Component {
<CalendarButton />
<CalendarPopover />
<CommentButtons />
<CommentDetail />
<DisconnectJetpackDialog />
<CreditCardForm />
<FollowButton />
Expand Down