Recent Activities

This page shows what are we working on.

breezefront / module-breeze-content-builder

1 week ago success

swissup / theme-frontend-argentobreeze-business

1 week ago success

swissup / module-swissuplabs

1 week ago success

breezefront / module-breeze-theme-editor

2 weeks ago success
  • head
    • fix(graphql): detect htaccess Basic Auth blocking on 401

      When Apache/.htaccess uses Basic Auth, it intercepts the
      Authorization: Bearer header and returns 401 before Magento
      runs — causing an infinite 401 loop that persists after F5.

      Capture WWW-Authenticate response header in _handleError.
      When it contains 'basic', throw with cause:'htaccess' and
      show an actionable .htaccess fix instead of the generic
      "reload the page" message.

      Add graphql-client-401-test.js covering both 401 paths
      (htaccess/generic), mixed-case detection, and token cleanup.

      Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> d07072

  • 1.0.8
    • Version 1.0.8 86864b

    • fix(palette): restore header badges on F5 via _bindBadgeUpdates

      paletteSection._bind() now calls _bindBadgeUpdates() so
      paletteColorChanged triggers _updateHeaderBadges after reload.
      _destroy() cleans up via _destroyBadgeUpdates(). 209d5d

    • fix(palette): restore swatch colors from draft on F5

      syncPaletteSwatchesFromChanges() in CssPreviewManager restores
      visual swatch state and triggers paletteColorChanged after
      syncFieldsFromChanges() intentionally skips palette swatches. 8893a7

    • fix(jest): support widget method dispatch in $.widget stub

      $el.widgetName('destroy') now calls _destroy() and removes $.data,
      enabling proper destroy lifecycle testing. 59c8e3

    • test: replace ArrayObject inheritance with IteratorAggregate

      EQP rejects extends ArrayObject even with phpcs:ignore.
      Stub only needs foreach support — IteratorAggregate + Countable enough. 06b9ce

swissup / module-firecheckout-integrations

2 weeks ago success

swissup / easy-slide

2 weeks ago success

swissup / module-easy-slide

2 weeks ago success

swissup / theme-frontend-swissuplabs

2 weeks ago success

breezefront / module-breeze-layout-builder

2 weeks ago success
  • head
    • Fix Header logo publishing 71e7dd

    • Fixed header/footer publishing and preview 237ea4

    • Moved header/footer configuration to separate page b9b4cb

    • WIP: header/footer configs save, apply, and restore 127237

    • Added special Header and Footer items with their layout containers adbb7b

  • 1.0.0
    • Fixed using self-closing tag with non-void html element 2156ab

    • Move shared controllers code to abstract classes e9a9d4

    • Initial commit a6b20e

swissup / rich-snippets

2 weeks ago success