hk-planner/frontend/dist
jtricerolph 0b63543e1f Fix date selector loading stale week — pass new dates directly to loadAll
`loadAll` captured `weekStart` in a stale closure when called via
`setTimeout`. Selecting a date would show the correct value in the input
but load data for the previously-shown week. Replaced all deferred
`setTimeout(() => loadAll(true), 0)` calls with direct `loadAll(true, newDate)`
calls, passing the updated date as an explicit argument.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-07-22 12:26:35 +00:00
..
assets Fix date selector loading stale week — pass new dates directly to loadAll 2026-07-22 12:26:35 +00:00
icons Fix date selector loading stale week — pass new dates directly to loadAll 2026-07-22 12:26:35 +00:00
index.html Fix date selector loading stale week — pass new dates directly to loadAll 2026-07-22 12:26:35 +00:00
manifest.webmanifest Fix date selector loading stale week — pass new dates directly to loadAll 2026-07-22 12:26:35 +00:00
registerSW.js Fix date selector loading stale week — pass new dates directly to loadAll 2026-07-22 12:26:35 +00:00
sw.js Fix date selector loading stale week — pass new dates directly to loadAll 2026-07-22 12:26:35 +00:00
workbox-9c191d2f.js Fix date selector loading stale week — pass new dates directly to loadAll 2026-07-22 12:26:35 +00:00