Kelly Dwan
Kelly Dwan
Use akismet to check if a new pledge is spam. Can add the check in `check_invalid_submission`. The spam check would only be on the description field. All this is technically...
In [this slack thread](https://wordpress.slack.com/archives/C04U953K77A/p1714467181419539) it was pointed out that the single plugin locale suggestions weren't working with the new theme. It would always show the generic plugin directory string. It...
Currently, the pattern preview code hides the content with the `visibility` property, which means it still takes up space on the page. The patterns are then transposed up the page...
This PR uses the previous work done in 2273 + react-image-gallery to improve the screenshot UI. The improvements: - The screenshots are now a consistent height, which prevents content jump....
Fixes #717 — This is a simpler approach to the issue described, where it's difficult to style the speakers & sessions without making them public. By enabling private sessions &...
**Screenshot** | WordCamp site (broken) | WordPress Docs (correct) | |---|---| | | | I tracked this down to [the admin bar customization](https://github.com/WordPress/wporg-mu-plugins/blob/trunk/mu-plugins/blocks/global-header-footer/admin-bar.php) in wporg-mu-plugins. The same code applies in...
In the past, the WordCamp US web team has used a GitHub process plus local environments to track and review changes before deploying out to the site (via remote-css). That...
It's possible to show the sessions on a given day with the shortcode, we could allow that option in the blocks as well. Maybe as a separate selection from the...
When a sessions spans multiple tracks, like lunch, breaks, or the afterparty, could we collapse this down into one row? Currently it repeats the session for every track:
When embedding a Live Schedule block, I might want to only show a single track – for example, on a livestream page. Could allow for picking multiple tracks, too? We...