WordPress / twentytwentytwo

Twenty Twenty-Two, the default WordPress theme that will launch with WordPress 5.9.
405 stars 92 forks source link

Try using the default categories #284

Closed kjellr closed 2 years ago

kjellr commented 2 years ago

Resolves #267.

This PR moves our patterns over to the default categories whenever it makes sense to do so. We reuse the following categories that already exist in core:

... and we create just a couple additional ones:

When our patterns appear in pre-existing categories, they appear at the top of the list.

Some patterns appear in multiple categories, which I think is fine.

Some of our patterns have general in their filename, even though that category isn't used anymore. I think that's ok though, it's essentially just like calling them "miscellaneous". Open to objections though. 🙂

Screenshots

Before:

Screen Shot 2021-12-09 at 1 01 05 PM

After:

https://user-images.githubusercontent.com/1202812/145451797-bcd4e669-a580-4895-9bb7-c092959de024.mp4

kjellr commented 2 years ago

Hmm yeah, I see the same thing. Looking into it...

kjellr commented 2 years ago

I'm seeing the same thing on the main branch of this repo, so I don't think it's a problem with this PR.