alleyinteractive / alleyinteractive/alley-scripts
Debounce search-as-you-type in post selector
Ouverte
Post Selector
- Langage dominant
- TypeScript
- Étoiles
- 10
- Forks
- 3
- Merge moyen
- 4 j 22 h
- PR mergées (30 j)
- 2
Description
In the post selector, searches happen immediately (after the 3rd character), which can cause many unnecessary requests. The search REST API endpoint can be quite slow if there's a lot of content on the site, so this could end up being a significant issue. It would be great to debounce this so the search doesn't happen until the user stops typing for 2-3 seconds.
See GIF below.

Guide de contribution
Ouvrir le guide de contribution
Évaluation
Cette issue n'a pas encore été évaluée.