WordPress / twentytwentyfive

97 stars 58 forks source link

List of relevant Gutenberg issues and pull requests #25

Open carolinan opened 1 month ago

carolinan commented 1 month ago

Hide the current post from the query loop

Needs dev. https://github.com/WordPress/gutenberg/issues/42810

Filter post formats in the query loop

Needs dev with REST API experience Needs design Needs tests and testing https://github.com/WordPress/gutenberg/pull/64167 https://github.com/WordPress/gutenberg/issues/53049

Enable creating post format archive templates in Site Editor

Needs dev. https://github.com/WordPress/gutenberg/issues/53049

Style Form elements in theme.json

Needs decision about which selectors to use. Should we target all inputs, or only specific types?

beafialho commented 1 month ago

For the FAQs pattern this issue seems relevant: https://github.com/WordPress/gutenberg/pull/64119#top

https://github.com/WordPress/gutenberg/issues/21584

carolinan commented 4 weeks ago

Line height improvements https://github.com/WordPress/gutenberg/issues/56227

beafialho commented 3 weeks ago

Add Featured Image upload for Categories and Tags: https://github.com/WordPress/gutenberg/issues/64595

carolinan commented 3 weeks ago

Display caption for featured images https://github.com/WordPress/gutenberg/issues/40946

carolinan commented 3 weeks ago

Featured image fallbacks (for the photo blog) https://github.com/WordPress/gutenberg/issues/39170 https://github.com/WordPress/gutenberg/issues/34865

efu98 commented 2 weeks ago

Hello! Are there any priority on which issues to solve first?

carolinan commented 2 weeks ago

Hello! Are there any priority on which issues to solve first?

The first one on the list above.

beafialho commented 2 weeks ago

I'm not sure if this one is close to being implemented, but if it's not, we may consider adding similar code to TT5 to prevent widows and orphans in text: https://github.com/WordPress/gutenberg/issues/55190

juanfra commented 2 weeks ago

Standardized way to modify interactive states (:hover, :focus .etc) for button variations: https://github.com/WordPress/gutenberg/issues/38277

Context here.

carolinan commented 2 weeks ago

Presets for border radius: https://github.com/WordPress/gutenberg/issues/64041

carolinan commented 2 weeks ago

Add a z-index control for blocks where position is/can be set https://github.com/WordPress/gutenberg/issues/60411

carolinan commented 1 week ago

Button: Add support for :hover in variation theme.json https://github.com/WordPress/gutenberg/issues/55359

efu98 commented 6 days ago

Hello! I have created two PR to closes the two issues about the post feature image Wordpress/gutenberg#65107 Wordpress/gutenberg#65022

carolinan commented 1 day ago

Allow pattern files in subfolders: https://github.com/WordPress/gutenberg/issues/50144