jven / studyopenings

A tool to study chess openings.
http://studyopenings.com
MIT License
89 stars 12 forks source link

Debounce repertoire picker updates while renaming. #3

Closed jven closed 5 years ago

jven commented 5 years ago

Right now renaming a repertoire will send a request to the server for each keystroke by the user (in order to update the name in the picker as well as in the input element). Should throttle/debounce these events for efficiency.

jven commented 5 years ago

Done by 0190c70ad7847fb659ad5c93422f04135f4f69d7.