mirror of
https://github.com/RGBCube/serenity
synced 2026-01-18 18:21:01 +00:00
While typing, we get the results from each provider asynchronously. Previously, we were updating the UI for each result size, which was causing a lot of flickering. This fix creates a small timer to bundle the results and reduce the number of UI updates per input. |
||
|---|---|---|
| .. | ||
| CMakeLists.txt | ||
| FuzzyMatch.cpp | ||
| FuzzyMatch.h | ||
| main.cpp | ||
| Providers.cpp | ||
| Providers.h | ||