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

[IMPROVEMENT] Rewrite filter from jQuery to regular JavaScript #486

Merged
merged 1 commit into from
Mar 5, 2024

Conversation

kfdm
Copy link
Collaborator

@kfdm kfdm commented Mar 5, 2024

Javascript doesn't have a default debounce function, so we borrow one from a blog post. If we don't use a debounce function then our event listener on 'input' runs too frequently and makes the page feel slow.

Javascript doesn't have a default debounce function, so we borrow one
from a blog post. If we don't use a debounce function then our event
listener on 'input' runs too frequently and makes the page feel slow.
@kfdm kfdm requested a review from a team as a code owner March 5, 2024 02:55
@kfdm kfdm merged commit 3d1ac57 into line:master Mar 5, 2024
5 checks passed
@kfdm kfdm deleted the javascript-filter branch March 5, 2024 05:11
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.

2 participants