-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Add README file for my-sites/drafts #1427
Conversation
Drafts | ||
====== | ||
|
||
The view module for the Drafts post list in `/posts/drafts` as a React component. See also the single `Draft` component. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This actually powers the drafts panel in the editor and /drafts
, not /posts/drafts
. The latter is via client/my-sites/posts
. /drafts
is not enabled in production environments.
So this folder has both the section routes for /draft
, the controller, the main view for the sections, and a list component that we reuse in the editor. It's a bit messy. :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
OK — feel free to edit and push. :)
9ae0a92
to
c4ef5a3
Compare
Updated based on @mtias feedback and squashed commits. |
Oops. Squashing I lost my last edit. Redoing. :) |
3409903
to
bc76b69
Compare
Ping @mtias for a review. |
🚢 |
Add README file for my-sites/drafts
No description provided.