Antonio Sejas
Antonio Sejas
Same issue here.
Great work, using just a local state and dispatching the change in the "background". Very smart keeping the state in the parent so the tiles and the filter share the...
@danielbachhuber Yes, I think you are right. This issue is already done. - I'm closing this issue since it was done in https://github.com/Automattic/wp-calypso/pull/66492 Here I attach the screenshots of the...
@danielbachhuber is there a way to hide the sites again? I couldn't find it.
You just need to call to `grecaptcha.execute()` Maybe with a little timeout: ```js $timeout(function () { grecaptcha.execute() }, 1000) ``` You don't need to add a form tag in the...
I'll be working on some of these issues during contributors day ๐
I created 5 PRs that solve https://github.com/WordPress/wordpress-playground/issues/613, https://github.com/WordPress/wordpress-playground/issues/615, https://github.com/WordPress/wordpress-playground/issues/617, https://github.com/WordPress/wordpress-playground/issues/618 and https://github.com/WordPress/wordpress-playground/issues/619 - PR https://github.com/WordPress/wporg-wasm/pull/10 - PR https://github.com/WordPress/wporg-wasm/pull/11 - PR https://github.com/WordPress/wporg-wasm/pull/12 - PR https://github.com/WordPress/wporg-wasm/pull/13 - PR https://github.com/WordPress/wporg-wasm/pull/14 For https://github.com/WordPress/wordpress-playground/issues/614, it...
I give it a try, and it seems to be in the right path! Pun intended. ๐ . Here is a recording of my testing. The first step I did...
@adamziel , thanks for pointing that out. I created the PR removing the message: https://github.com/WordPress/playground-tools/pull/216
- I deployed a fix that prevents the error banner from being stuck https://github.com/Automattic/wp-calypso/pull/88698 After fixing a Jetpack connection, the user will need to wait around 2 mins to see...