Debounce date input loads to prevent mid-type API calls

Typing a date manually (e.g. "21") fires onChange on each keystroke,
so "2" would trigger a load for the 2nd before "21" was complete.
Added a 600ms debounce on the week-start and since-date inputs so the
load only fires after the user stops typing.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
jtricerolph 2026-07-22 12:59:26 +00:00
parent 0b63543e1f
commit f1ba176195
4 changed files with 15 additions and 15 deletions

127
frontend/dist/assets/index-IImb5HHO.js vendored Normal file

File diff suppressed because one or more lines are too long