CodingGarden / listd

listd is a Full Stack App that will allow users to create, share and watch lists of YouTube channels. This app is being built LIVE on Twitch https://twitch.tv/codinggarden
https://twitch.tv/codinggarden
MIT License
193 stars 53 forks source link

Better debouncing for filtered list videos #118

Closed vishalbalaji closed 1 year ago

vishalbalaji commented 1 year ago

This PR simplifies the de-bouncing of the video search filter on the list page.

What type of Pull Request is this?

What is the current behavior?

What is the new behavior?

Other information

This PR additionally adds a globals setting to eslintrc.cjs config for it to recognize NodeJS as a valid global type, which is where the Timeout type comes from.