speedclimbing / website

A website about speedclimbing.

Home Page:https://speedclimbing.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Athlete Page: use correct fetch and debounce for text input

lamorak13 opened this issue · comments

  • the load functions should use the sveltekit fetch function instead of the standard fetch
  • the text input should call debounce onchange before resetting the state to make sure that the user has stopped typing. This should also be better for performance because it avoids sending too many requests.