Ilyas Foo
Ilyas Foo
Hi, is there going to be support for [batchGet](https://developers.google.com/sheets/api/reference/rest/v4/spreadsheets.values/batchGet)? We need that because we have 200+ worksheets to grab from, and google is triggering its API rate limit errors. BatchGet...
Because this module extends functionality of Console, the following is required to avoid typescript complaining about missing "draft" function: ```ts interface Console { draft: (a) => (b) => {} }...
Our onClick listener is queries for the button's text content. This means that if the content changes (such as when translated) would render the query invalid. https://github.com/woocommerce/woocommerce/blob/1293e4ad312ff7778099bd35aee6384526f1442c/plugins/woocommerce-admin/client/guided-tours/add-product-tour/utils.ts#L28 Button text which...
### Changes proposed in this Pull Request: Closes #44248. This PR: - Adds base RemoteSpecsEngine that's extended by all Remote Specs - Adds logging for development environments for all errors...
### Issue description Core profiler email address field is not positioned correctly in mobile screens when country warning is shown #### To reproduce 1. Go to Setup Wizard 2. Continue...
### Issue description Slack: p1713554289781769-slack-C06DJHTE04U "Powered by WooCommerce" in footer may violate [dotorg guidelines](https://developer.wordpress.org/plugins/wordpress-org/detailed-plugin-guidelines/#10-plugins-may-not-embed-external-links-or-credits-on-the-public-site-without-explicitly-asking-the-users-permission).  ### Acceptance criteria 1. Remove the footer text but leave an empty spacing element in...
### Changes proposed in this Pull Request: p1714979443109239/1714723935.893829-slack-C01SFMVEYAK Follow-up to https://github.com/woocommerce/woocommerce/pull/47140 Remove the `noindex` meta from coming soon pages due to possible conflict with visibility settings. Also, we cannot assume...
### Changes proposed in this Pull Request: Closes https://github.com/woocommerce/woocommerce/issues/47441 Addresses p1715591224614979/1715346843.941069-slack-C01SFMVEYAK This PR experiments adding `Cardo` and `Inter` fonts to global styles via `wp_theme_json_data_theme`, which originally came from TwentyTwentyFour theme....
### Changes proposed in this Pull Request: Follow-up to https://github.com/woocommerce/woocommerce/pull/47417: 1. Use site editor settings to set fonts in coming soon pages 2. Add defensive optional type to ensure remove...