Fix week navigation using ref to eliminate stale closure entirely

Previous wsArg approach still suffered from useCallback memoisation
interacting with React batching — loadAll could fire with the render-
before-last week start. Switch to weekStartRef (written before every
loadAll call and on every render) so loadAll always reads the live
value regardless of when the memoised function was created.

Also removes unused putWarningThresholds import (added externally).

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
jtricerolph 2026-07-22 13:35:34 +00:00
parent f1ba176195
commit fee388db4c
6 changed files with 219 additions and 176 deletions

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

File diff suppressed because one or more lines are too long