Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WIP: batch commit callbacks from all components in the render queue #4234

Merged
merged 8 commits into from
Jan 5, 2024

Commits on Dec 18, 2023

  1. Configuration menu
    Copy the full SHA
    ef57c62 View commit details
    Browse the repository at this point in the history
  2. run commit callbacks within the render queue to ensure render->effect…

    …->render is collapsed to one flush
    developit committed Dec 18, 2023
    Configuration menu
    Copy the full SHA
    926b8c8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5eab018 View commit details
    Browse the repository at this point in the history
  4. size optimization

    developit committed Dec 18, 2023
    Configuration menu
    Copy the full SHA
    b39e0bc View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2023

  1. Configuration menu
    Copy the full SHA
    e20029d View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2024

  1. Update src/component.js

    Co-authored-by: Jovi De Croock <decroockjovi@gmail.com>
    developit and JoviDeCroock committed Jan 2, 2024
    Configuration menu
    Copy the full SHA
    5f6d63e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fe0df55 View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2024

  1. remove commented-out code

    developit committed Jan 3, 2024
    Configuration menu
    Copy the full SHA
    b09f4c1 View commit details
    Browse the repository at this point in the history