No description
Find a file
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
backend Remove break deductions from shift hours — show raw on-site time 2026-07-21 15:50:33 +00:00
frontend Fix date selector loading stale week — pass new dates directly to loadAll 2026-07-22 12:26:35 +00:00
.env.example Initial commit: HK Planner app 2026-07-02 09:24:14 +00:00
docker-compose.yml Fix compose: use default bridge network, match cashup service names 2026-07-02 14:03:33 +00:00
seed-app.js Rename app to Rota Check 2026-07-04 13:19:40 +00:00