Skip to content

Delay search activation for better UX & perfs

Jeff Fortin requested to merge jfft/papers:search_activation_delay into main

A more realistic default delay avoids spamming the backend and UI.
Benefits of this approach:

  • Improves performance, allows returning real results quicker;
  • Reduces power consumption;
  • Reduces or eliminates flickering in the GUI.

Fixes issue #101 (closed)

Merge request reports