Mikael Korpela

Results 341 comments of Mikael Korpela

> Could we instead hide the newsletter icon, but keep the placeholders to invite folks to turn the feature on? It's an option, yes. I'm little less worried about undoing...

@jeherve I was reviewing a bit placehodler status for other features: While Newsletters feature has a clear'ish "on/off" toggle (it could be better discoverable but that's separate issue), not all...

>I have mixed feelings about this. I think it makes a lot of sense to have a better onboarding experience for the block. At the same time, I think it...

@jeherve, can your team check what's up with the margins and button sizes with the sharing/likes block? I was using Lettre theme but I've seen it few times in other...

> Done in https://github.com/Automattic/jetpack/pull/36386. @jeherve Thanks for speedy fix! The buttons should also be more defensive about theme CSS leaking in (or allow some CSS in, but in the same...

@jeherve happy to help think it through, maybe in a separate GH issue?

This snippet of code sets the default to "do not send": ```php function register_meta_args_filter_jetpack_dont_send_post_by_default( $args, $defaults, $object_type, $meta_key ) { if ( $meta_key !== '_jetpack_dont_email_post_to_subs' ) { return $args; }...

Perhaps functioning MVP version of captions could be: - No rich text, just plain text - Edit them via sidebar (and move them back to the block area when we've...

Nope, there are no plans to add captions to tiled gallery block any time soon. On Sun, 5 May 2019, 18:41 Jen, wrote: > As of today, I'm not seeing...