fix: show round-off suggestions on future days, not just today

Allow meal prep planning by relaxing the isToday check to isTodayOrFuture
in both SSR and client-side rendering of the round-off card.
This commit is contained in:
2026-04-09 23:48:14 +02:00
parent 1472451ac4
commit fd137bc519
3 changed files with 5 additions and 4 deletions

View File

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