hk-planner/frontend/dist
jtricerolph c19460ecb3 Fix timesheet sync overwriting future rota dates with empty data
Pull timesheets was writing source='timesheet' rows for future dates
(no clock-in data yet), giving ? / 0.00h and preventing rota sync
from ever healing those dates.

Three-part fix:
- Backend runTimesheetSync: cap end date to today before looping
- Frontend syncTimesheetData: cap end date to today before calling API
- Backend runRotaSync: only skip timesheet-sourced dates that are <= today,
  so any future dates accidentally marked as timesheet are self-healed
  next time rota sync runs

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-07-23 12:08:36 +00:00
..
assets Fix timesheet sync overwriting future rota dates with empty data 2026-07-23 12:08:36 +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 timesheet sync overwriting future rota dates with empty data 2026-07-23 12:08:36 +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 timesheet sync overwriting future rota dates with empty data 2026-07-23 12:08:36 +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