Kelly Dwan

Results 98 issues of Kelly Dwan

Currently there are two build workflows — [build.yml](https://github.com/WordPress/pattern-directory/blob/trunk/.github/workflows/build.yml) to build the plugins and classic theme, and [build-blocks.yml](https://github.com/WordPress/pattern-directory/blob/trunk/.github/workflows/build-blocks.yml) which only builds the new block theme. These also push to separate git...

[Component] Tooling

As of https://github.com/WordPress/pattern-directory/pull/536, patterns can have a `wpop_wp_version` meta value which indicates the lowest WordPress version supported. For example, this [Fullscreen fixed cover](https://wordpress.org/patterns/pattern/fullscreen-fixed-cover-within-another-cover/) pattern uses a block that is not...

[Type] Discussion
[Status] Needs Design

From https://github.com/WordPress/pattern-directory/issues/554#issuecomment-1450907452 > Also, I think I've found another issue. The block options (settings) sidebar panel behaves somehow strange: > First, it does not open when I am editing a...

[Type] Bug
Help Wanted
[Component] Pattern Creator

See https://github.com/WordPress/pattern-directory/pull/540#issuecomment-1375377118 > I'm testing the GB PR and it seems can fetch patterns with more blocks, if we also provide the search param, ex: > ``` > https://api.wordpress.org/patterns/1.0/?search=image&allowed_blocks[]=core/heading&allowed_blocks[]=core/gallery >...

[Type] Bug
Help Wanted
[Component] Pattern Directory API

If the `allowed_blocks` meta filter is set, we should also pass that through to the ElasticSearch filters. Currently, if you make a request via the API with the `allowed_blocks` parameter,...

[Component] Pattern Directory API

This section sits under the "More from this designer" grid (if it exists), and should show patterns in the same categories as the current pattern. ![Pattern Details](https://user-images.githubusercontent.com/541093/123694144-ee1a7400-d826-11eb-9686-6e6774df52b0.png) It would be...

[Type] Enhancement
[Component] Theme

See https://github.com/WordPress/gutenberg/issues/44501, https://github.com/WordPress/gutenberg/pull/44203 The pattern categories are being rethought, so the names will be changing. The Pattern Directory provides patterns for multiple WP versions, but the categories themselves are hardcoded...

[Component] Pattern Directory

Given a username, `http://api.wordpress.org/patterns/1.0/` should return that user's favorite patterns.

[Component] Pattern Directory API

When loading patterns via the API, the patterns can be returned in the users's locale by passing a "locale" parameter. This does not work when trying to list categories —...

[Component] Pattern Directory API

If a pattern is created on a 3rd party site, the pattern author isn't restricted to the Openverse CC0 search, and can upload any media. When they copy it over...

[Component] Pattern Creator