wages/frontend/src
jtricerolph 793e97dbbb Fix week date range off-by-one in BST timezone
toISOString() returns UTC — in BST (UTC+1) dates computed from new Date()
land one day early. Replace with local date components via fmt()/localStr().
Affects Weekly, Monthly, Rolling12Weeks, Rolling12Months.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-07-23 09:48:46 +00:00
..
components Initial scaffold: wages app 2026-07-23 09:03:52 +00:00
hooks Initial scaffold: wages app 2026-07-23 09:03:52 +00:00
pages Fix week date range off-by-one in BST timezone 2026-07-23 09:48:46 +00:00
api.ts Add department budget % allocation 2026-07-23 09:43:39 +00:00
App.tsx Initial scaffold: wages app 2026-07-23 09:03:52 +00:00
index.css Initial scaffold: wages app 2026-07-23 09:03:52 +00:00
main.tsx Initial scaffold: wages app 2026-07-23 09:03:52 +00:00
types.ts Add department budget % allocation 2026-07-23 09:43:39 +00:00