Thanks to visit codestin.com
Credit goes to github.com

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: diffusionstudio/editor
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: diffusionstudio/editor
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: runtime-optimizations
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 3 commits
  • 295 files changed
  • 1 contributor

Commits on Aug 28, 2026

  1. Refactor imports to use @diffusionstudio/koota

    - Replaced all instances of importing from 'koota' with '@diffusionstudio/koota' across various components and contexts.
    - Updated package-lock.json to reflect the addition of '@diffusionstudio/koota' and removal of the previous 'koota' package.
    - Ensured consistency in type imports and dependencies throughout the codebase, enhancing maintainability and clarity.
    k9p5 committed Aug 28, 2026
    Configuration menu
    Copy the full SHA
    4a9021c View commit details
    Browse the repository at this point in the history
  2. Refactor imports to use '@diffusionstudio/koota/solid'

    - Updated all import statements to replace instances of '@diffusionstudio/koota-solid' with '@diffusionstudio/koota/solid' across various components and contexts.
    - Adjusted package-lock.json to reflect the removal of '@diffusionstudio/koota-solid' and ensure consistency in dependencies.
    - Enhanced code maintainability and clarity by standardizing import paths throughout the codebase.
    k9p5 committed Aug 28, 2026
    Configuration menu
    Copy the full SHA
    7d0ff43 View commit details
    Browse the repository at this point in the history
  3. Enhance QueryResult with sortBy functionality and update README.md

    - Introduced `sortBy` method to `QueryResult` for ordering query results by trait values, with caching for performance optimization.
    - Updated `createQueryResult` to support sorting and caching mechanisms, ensuring efficient entity management.
    - Expanded README.md to document the new `sortBy` feature, including usage examples and performance details.
    - Added new types for sorting direction and sortable keys to improve type safety and clarity in the API.
    k9p5 committed Aug 28, 2026
    Configuration menu
    Copy the full SHA
    d70b5d6 View commit details
    Browse the repository at this point in the history
Loading