Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: ycode/ycode
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 9111045
Choose a base ref
...
head repository: ycode/ycode
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 29e57bb
Choose a head ref
  • 5 commits
  • 5 files changed
  • 2 contributors

Commits on Aug 3, 2026

  1. fix: prevent preview cleanup from blocking interaction removal

    Deleting a trigger event with animated properties could silently fail:
    preview cleanup ran synchronously before the removal, so a GSAP/iframe
    error aborted the handler before the delete. Wrap cleanup in try/catch
    in the interaction, tween, and property remove handlers so cosmetic
    cleanup can never block the actual removal.
    tristan-mouchet committed Aug 3, 2026
    Configuration menu
    Copy the full SHA
    5703b93 View commit details
    Browse the repository at this point in the history
  2. fix: prevent 404 on lightbox bound to multi-image cms field

    Multi-image CMS fields resolve to an array, but the lightbox resolver
    assumed a string and wrapped it in a nested array, which made asset
    collection throw and 404 the whole page. Reuse parseMultiAssetFieldValue
    and guard the asset loop against non-string values.
    tristan-mouchet committed Aug 3, 2026
    Configuration menu
    Copy the full SHA
    109cf61 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #484 from ycode/fix/interaction-delete-blocked-by-…

    …preview-cleanup
    
    fix: prevent trigger events from becoming undeletable
    tristan-mouchet authored Aug 3, 2026
    Configuration menu
    Copy the full SHA
    2ed0f6d View commit details
    Browse the repository at this point in the history
  4. Merge pull request #485 from ycode/fix/lightbox-multi-image-cms-404

    fix: prevent 404 on lightbox bound to multi-image field
    tristan-mouchet authored Aug 3, 2026
    Configuration menu
    Copy the full SHA
    c064cf2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    29e57bb View commit details
    Browse the repository at this point in the history
Loading