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

Add and clean up utilities for event handling #5444

Merged
merged 2 commits into from
Aug 25, 2023
Merged

Conversation

philippjfr
Copy link
Member

Utilities like hold and immediate_dispatch are incredibly valuable to optimize dispatching of events. I will follow up with a how-to on how to leverage them to get better control over when and how events are dispatched to avoid unnecessary re-rendering.

@codecov
Copy link

codecov bot commented Aug 25, 2023

Codecov Report

Merging #5444 (f303749) into main (905a44b) will decrease coverage by 13.26%.
The diff coverage is 60.52%.

@@             Coverage Diff             @@
##             main    #5444       +/-   ##
===========================================
- Coverage   83.29%   70.04%   -13.26%     
===========================================
  Files         274      274               
  Lines       40057    40075       +18     
===========================================
- Hits        33366    28069     -5297     
- Misses       6691    12006     +5315     
Flag Coverage Δ
ui-tests ?
unitexamples-tests 70.04% <60.52%> (-2.55%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

Files Changed Coverage Δ
panel/io/document.py 46.26% <20.00%> (-5.61%) ⬇️
panel/io/model.py 62.18% <86.36%> (-0.43%) ⬇️
panel/io/__init__.py 75.00% <100.00%> (-20.00%) ⬇️

... and 86 files with indirect coverage changes

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@philippjfr philippjfr merged commit efb488b into main Aug 25, 2023
12 of 15 checks passed
@philippjfr philippjfr deleted the event_control branch August 25, 2023 10:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant