Kelly Dwan

Results 98 issues of Kelly Dwan

PR https://github.com/WordPress/pattern-directory/pull/477 introduced some content validation on the PHP side, but it would be nice if we could validate the pattern content before sending someone through the whole submission modal....

[Type] Enhancement
[Component] Pattern Creator

> Using `wp_after_insert_post` seems way better. We should probably do that for [logging flags](https://github.com/WordPress/pattern-directory/blob/c761277102efef93316aaffd4ecb7f811a1b2732/public_html/wp-content/plugins/pattern-directory/includes/logging.php#L12) See https://github.com/WordPress/pattern-directory/pull/478#pullrequestreview-942955625

[Component] Pattern Directory

The dropdown to manage patterns should also include an item to "Transfer ownership". Current dropdown: This still needs a flow designed for how to transfer ownership. Does this toggle a...

[Component] Pattern Creator
[Component] Theme

> As a long-term solution to having the GlotPress project grow infinitely, there were two comments that suggested some [form of "default" text or reusable text ](https://make.wordpress.org/polyglots/2021/09/19/how-to-handle-block-pattern-translations/#comment-292898)- in other words,...

[Component] Pattern Creator

When hovering over the X on either the "How to use patterns…" or report modals, the tooltip that says close dialog creates a horizontal scrollbar. https://user-images.githubusercontent.com/541093/120674775-7002c180-c462-11eb-97b4-4c1fe6912916.mov This is Mac/Firefox. The...

[Type] Bug
[Component] Theme

⚠️ Don't merge ⚠️ This is just for use while working on https://github.com/ryelle/wordpress-develop/pull/2 Try adding a report to identify custom properties that are defined but not used, and properties that...

New Audit

This is an idea to improve the colors audit. Core has [a fixed color palette](https://codepen.io/ryelle/full/WNGVEjw), so we could use that list to highlight colors that are not in the set...

enhancement

If we run this over a file, it should pull out any place where a `property: value;` repeats. For example, this should return `[ 'border: 1px solid red' ]`. ```css...

help wanted
New Audit

In most audits, it shows "Top 10 most used …". This was done to avoid overwhelming the CLI screen from too much information, given how large the results can be...

help wanted
Formatters