ladybird/Userland/Applications/Assistant
Tim Ledbetter 9c7f4bafdf Assistant: Debounce text input on_change event
This prevents unnecessary queries being executed when pasting text
or typing very quickly. The debounce timeout is 5ms, which is half the
rate at which the UI is updated. Therefore, there should be no
noticable impact on user experience.
2023-01-17 21:52:21 +01:00
..
CMakeLists.txt Everywhere: Mark dependencies of most targets as PRIVATE 2022-11-01 14:49:09 +00:00
main.cpp Assistant: Debounce text input on_change event 2023-01-17 21:52:21 +01:00
Providers.cpp Assistant: Cache results for each query by provider 2023-01-17 21:52:21 +01:00
Providers.h Assistant: Cache results for each query by provider 2023-01-17 21:52:21 +01:00