[Performance] Search input has no debouncing #5
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Description
The search input fires an API call on every keystroke:
Impact
Recommendation
Add debouncing (e.g., 300ms) to the search input handler.