Recent Activities

This page shows what are we working on.

swissup / module-easy-slide

1 month ago success
  • head
    • Drop hardcoded aspect-ratio fallback from shared module CSS

      Feedback on #42: this module ships to many stores with wildly
      different slider image dimensions, so a fixed ratio here would be
      wrong almost everywhere except the store it was borrowed from.

      The actual fix doesn't need it: slider.phtml already sets aspect-ratio
      inline per slide from that slide's own image dimensions, which covers
      any size. Store-specific fallback values belong in a theme override,
      not here.

      Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com> 3cd76b

    • Fix high CLS on hero slider (autoHeight collapses slide before Swiper init)

      Slide has no reserved height before JS runs, and Swiper's autoHeight
      option only sets the real height after init/image load, causing a
      visible jump (reported as 0.36-0.47 CLS on 420shop.nl homepage, mostly
      from `.swiper-slide` and the pushed-down `.columns` container).

      - slider.phtml: inline `aspect-ratio` per slide from known image
      dimensions, so the box is reserved before JS/image load
      - _base.less: slide keeps that aspect-ratio as fallback, image/link
      fill it via object-fit: cover
      - image.phtml: first (above-the-fold) slide gets loading="eager" +
      fetchpriority="high"

      Verified live: reserve-and-fill fix confirmed on 420development
      staging via PerformanceObserver layout-shift entries - CLS 0 after
      reload (was showing the reported shifts before the fix).

      Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com> 721880

swissup / ajaxlayerednavigation

1 month ago success

swissup / cache-warmer

1 month ago success

swissup / ajaxpro

1 month ago success

swissup / ajaxsearch

1 month ago success

swissup / module-cache-warmer

1 month ago success

swissup / module-ajaxsearch

1 month ago success

swissup / module-subscription

1 month ago error

swissup / module-ignition

1 month ago error

swissup / module-easybanner

1 month ago success
  • head
    • Installer. Assign one banner to multiple placeholders 721496

    • Revert "update Marketplace installer commad to assign existing banner to the placeholder."

      This reverts commit 054e032d04fd358089648872fb47cccbdf1da3f4. c9476e

    • Revert "update Marketplace installer commad to assign existing banner to the placeholder."

      This reverts commit 054e032d04fd358089648872fb47cccbdf1da3f4. a464ee

    • update Marketplace installer commad to assign existing banner to the placeholder. 054e03