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>
This commit is contained in:
parent
872251250e
commit
0b63543e1f
10 changed files with 153 additions and 7 deletions
1
frontend/dist/registerSW.js
vendored
Normal file
1
frontend/dist/registerSW.js
vendored
Normal file
|
|
@ -0,0 +1 @@
|
|||
if('serviceWorker' in navigator) {window.addEventListener('load', () => {navigator.serviceWorker.register('/hk-planner/sw.js', { scope: '/hk-planner/' })})}
|
||||
Loading…
Add table
Add a link
Reference in a new issue