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

#920 - fix latency in typing in search box #922

Merged
merged 1 commit into from
Mar 26, 2024
Merged

Conversation

D-GopalKrishna
Copy link
Contributor

This PR addresses issue #920 by optimizing the search functionality in the Repositories and Workspaces page.

Changes made:

  • Previously, the setSearchFilterValues function was debounced by 500ms. This caused a delay in the UI response, making the search feel slow.
  • The debounce has been moved to the API call instead. Now, setSearchFilterValues updates the state immediately for a faster UI response, while the API call is debounced.

Copy link
Contributor

@filippomc filippomc left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@filippomc filippomc merged commit 12d26d8 into develop Mar 26, 2024
2 of 3 checks passed
@filippomc filippomc deleted the feature/920 branch March 26, 2024 10:22
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