Skip to content
Snippets Groups Projects

debounce a bunch of `MkInput`

Merged dakkar requested to merge 885-968-debounce-inputs into develop
  1. Feb 26, 2025
    • dakkar's avatar
      debounce the scratchpad · c33ce30d
      dakkar authored
      c33ce30d
    • dakkar's avatar
      debounce a bunch of `MkInput` · 71d84242
      dakkar authored
      these are all the places I could find that (directly or indirectly)
      perform API calls when the input is changed; telling the component to
      "debounce" means that the API will be called at most once per second
      71d84242
Loading