-
Notifications
You must be signed in to change notification settings - Fork 4.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 Block: Recent Comments #1792
Comments
I like it. How they appear when the excerpts are included? |
It is something themes and templates should decide, not post content editor. If you decided go this way, and seems as it is decided, try if possible to make global options to automatically show chosed widgets in content. I dont know how it would look alike. Maybe you put one of those widgets, and there is one new option "Remember position of "widget" block for all new Posts" (in this particular content type). |
Hi @StaggerLeee! Nothing is totally decided yet, except for the idea that blocks are going to replace widgets in the future. :) These are some early concepts around that idea, that all widgets will eventually need to adhere to block design patterns. My goal is just to fit these widgets into existing block patterns, and establish new patterns if necessary that more complex blocks in the future can use. I'm showing them in the context of a post, because that's what the design template I'm using has — not necessarily because they all need to be available in posts. Sorry for the confusion. I think it's definitely worth having a conversation about where widgets-not-blocks will be available, and if they should just be limited to outside of Re: global blocks, there's some conversation about that in #1516. We'd definitely like to introduce a way for blocks to become reusable, especially once we start delving more into page editing and eventually some form of template building or management. |
One note — "Recent Posts" was renamed to "Latest Posts." We should rename this block to Latest so they continue to match. |
I'd like to try this out. Could you give me a 60 second overview of the suggested implementation? |
@danielbachhuber I'd suggest looking at the implementation of the It's not necessary to implement the entire design in one PR. |
Also see the server-side rendering implementation for the Latest Posts block. Overall this block is far from complete. |
@melchoyce Are you committed to these designs? If so, do you have sample HTML markup I can follow?
@nylen I agree. I'd like to handle this after the Latest Comments widget lands though, so we can spend time discussing the preferred abstraction after the Latest comments widget is final. |
@danielbachhuber there is no existing markup, other than to just follow the pattern of the markup in the Latest Posts widget block. The frontend-generated markup should probably follow what is output by the Recent Comments widget in core today. |
What @westonruter said :) In terms of the design, we have some wiggle room if things need to change. |
@westonruter @melchoyce As a point of feedback on the contributing experience, it would be helpful to have the desired markup (with any necessary design direction) included on the issue. I'd rather it be established up front than become a point of discussion in the pull request. |
You are giving to much power to Editors/owners/clients/Users. First thing that will happen with all those widgets is they will forget to add it on some Posts. Post with widget(s), followed by Post without widget(s)....etc... I know that. |
@StaggerLeee This issue relates specifically to the "Recent Comments" block. For general Gutenberg discussion, can you create a new issue, please? Thanks. |
@danielbachhuber That's a developer decision, so I'm not sure I'd be of any help there ¯_(ツ)_/¯ |
@danielbachhuber You're right. Defining the desired markup would be ideal. At the moment, I think coming up with the markup is just part of the development process, and indeed a point of discussion in the pull request. |
@melchoyce should the commenter's name not be included as well as an option? |
@westonruter You're right, that was a total oversight on my part. How about: |
As the project moves towards merge proposal, we are moving issues that aren't needed for that to projects. This doesn't mean they won't get done, they totally can and that's why we're moving to projects. This allows us to focus on the issues that have to happen to Gutenberg. I am closing this but it will live in projects. |
Thinking of picking this up, original PR was opened by @danielbachhuber, also saw some discussion on the approach between @mtias and @westonruter, let me know if you have any concerns about implementing the v1 of the block using |
Like Calendar and Archive, I looked at what a more dynamic Recent Comments block could include. I focused on exploring the “what if’s” — what if you could approve pending comments in the Recent Comments block? What if you could reply to them? You can view what I have here: https://cloudup.com/cK_gqQvBGuG Or walk through it in this prototype: https://wp.invisionapp.com/share/VPI3E1C2QCK#/295400427_Recent_Comments |
@melchoyce are your comments from 5 days ago exploratory for a potential v2 of the Recent Comments block or more closely aligned to how the Recent Comments block should ship as a v1? |
Exploratory for v2. |
PR for v1 added: #7369. |
Attributes
States
Selected:
Neutral:
Please note that the only attribute currently in the widget is "number of comments to show." I'm proposing adding options to include avatars and timestamps, and displaying them like the o2 comments widget. I also think an option to show a short comment excerpt would benefit the widget, so I've also included that in my mockup.
The text was updated successfully, but these errors were encountered: