WordPress / gutenberg

The Block Editor project for WordPress and beyond. Plugin is available from the official repository.
https://wordpress.org/gutenberg/
Other
10.26k stars 4.09k forks source link

Query Loop polishing issues for 6.7 #63361

Open ntsekouras opened 1 month ago

ntsekouras commented 1 month ago

This is a non exhaustive list of issues we could aim to land for 6.7 to improve the user experience around this block.

More issues will be added and please feel free to add or suggest more to be included.

jeryj commented 1 month ago

Do we want to set the default value of the query block to be inherit as well? If so, here's a quick PR for it: https://github.com/WordPress/gutenberg/pull/63362

ktmn commented 1 month ago

Query Loop deletion from template: make the warning message more understandable by adding context

This message has never done anything but needlessly interrupt me, unfortunately.

Perhaps this kind of hand-holding stuff could be grouped and opt-out-able when you first onboard. Some people will make hundreds of sites but on every new site the editor will assume you know nothing.

Marc-pi commented 1 month ago

IMHO the most needed improvement is the skip current post ID https://github.com/WordPress/gutenberg/issues/42810

brnhrst commented 3 weeks ago

Nice to see some progress on this block. How about adding more options for the sort order, like #51290 or #50999? In my opinion, these are low-hanging fruit that would greatly improve this block for the end user.

ddegner commented 2 weeks ago

Nice to see some progress on this block. How about adding more options for the sort order, like #51290 or #50999? In my opinion, these are low-hanging fruit that would greatly improve this block for the end user.

Absolutely, the ability to ad a randomized post from a specific category would be useful for many sites that want to highlight their archive. I was surprised when looking for this feature and it had been removed.

carolinan commented 2 weeks ago

I would like to add the post format filter to this list since we know that post formats where highly requested by users for 6.7. The issue has a very long discussion in it, and is not limited to one feature: https://github.com/WordPress/gutenberg/issues/53049 The experimental PR is more limited in its scope. https://github.com/WordPress/gutenberg/issues/53049

annezazu commented 7 hours ago

I think you meant to link to https://github.com/WordPress/gutenberg/pull/64167! I'm going to add this in for the sake of tracking. Thank you <3