fix: correct week count in period tracker relative dates
All checks were successful
CI / update (push) Successful in 3m44s

Math.floor(days/7) was off by one — e.g. 12 days away showed "in 1 week"
instead of "in 2 weeks". Using Math.ceil matches colloquial usage.
This commit is contained in:
2026-04-09 23:51:05 +02:00
parent fd137bc519
commit 0ae16ddd6d
2 changed files with 4 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "homepage",
"version": "1.23.1",
"version": "1.23.2",
"private": true,
"type": "module",
"scripts": {