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

refactor: process all queued keyboard events at once #629

Merged
merged 5 commits into from
Jun 2, 2024

Conversation

marc2332
Copy link
Owner

Closes #628

Copy link

codecov bot commented May 28, 2024

Codecov Report

Attention: Patch coverage is 96.29630% with 1 lines in your changes are missing coverage. Please review.

Project coverage is 73.32%. Comparing base (6212fd0) to head (6ea81ea).

Files Patch % Lines
crates/renderer/src/app.rs 0.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #629      +/-   ##
==========================================
+ Coverage   73.31%   73.32%   +0.01%     
==========================================
  Files         194      194              
  Lines       19613    19614       +1     
==========================================
+ Hits        14379    14382       +3     
+ Misses       5234     5232       -2     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@marc2332 marc2332 merged commit 702bb8b into main Jun 2, 2024
7 checks passed
@marc2332 marc2332 deleted the refactor/process-all-queued-keyboard-events-at-once branch June 2, 2024 16:26
This was referenced Jun 2, 2024
This was referenced Jun 17, 2024
This was referenced Jun 29, 2024
This was referenced Jul 6, 2024
This was referenced Jul 16, 2024
@github-actions github-actions bot mentioned this pull request Aug 3, 2024
@github-actions github-actions bot mentioned this pull request Aug 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

idea: Process all the queued events at once without polling the virtual dom in between
1 participant