Ryan Sun
Ryan Sun
It is 2023, we should have webp native support in magento already. https://caniuse.com/webp Is there a PR for this?
> We should add support for avif too, even if avif is not supported everywhere yet. Let's anticipate. https://caniuse.com/?search=avif > > Also, `jxl` ... We're far from global support, but...
My experience is I have to always modify htmx code to cover interactive event if I want to boost a magento page. If this may break the projects of other...
@alexpetros it is the exact same code modification that @andrew-ebsco suggested in this post ``` function ready(fn) { // Checking readyState here is a failsafe in case the htmx script...
anyone has input on this?
@magento run all tests
the test is not running and not showing which test case failed, let me try again
@magento run all tests
Was able to locate the failed test case, the current PR breaks 'recently viewed' widget. In stead of making the change to `Magento\Ui\Component\Listing\Columns\Listing`, I should move this change into lower...
@engcom-Dash please reopen, I'm picking up this work again.