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

Fix missing progress indicator on autocompletion loading #314

Merged
merged 1 commit into from
Jan 18, 2024

Conversation

mkondratek
Copy link
Contributor

@mkondratek mkondratek commented Jan 18, 2024

image

Note it's a π PR ❗


This PR fixes the missing progress indicator on the autocompletion loading (fixes #312).

Test plan

  • play with autocomplete

@mkondratek mkondratek self-assigned this Jan 18, 2024
@mkondratek mkondratek force-pushed the mkondratek/fix/autocomplete-indicator branch from de69354 to bb9acfa Compare January 18, 2024 16:01
resetApplication(project)
result.complete(null)
}
.completeOnTimeout(null, 3, TimeUnit.SECONDS)
Copy link
Contributor

Choose a reason for hiding this comment

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

I think it's 4 sec in some other place, maybe we need a global setting to be consistent.

Copy link
Contributor

@pkukielka pkukielka left a comment

Choose a reason for hiding this comment

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

LGTM

@mkondratek mkondratek merged commit 782ac24 into main Jan 18, 2024
2 checks passed
@mkondratek mkondratek deleted the mkondratek/fix/autocomplete-indicator branch January 18, 2024 16:57
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.

bug: No visual indicator when autocomplete is running
2 participants