Skip to content

Fix dashboard: show today's entries instead of yesterday's, update ca…#5

Merged
meimakes merged 1 commit intomainfrom
claude/railway-dashboard-access-c3ph0
Mar 23, 2026
Merged

Fix dashboard: show today's entries instead of yesterday's, update ca…#5
meimakes merged 1 commit intomainfrom
claude/railway-dashboard-access-c3ph0

Conversation

@meimakes
Copy link
Owner

…lorie target

get_history(1) subtracted 1 day, showing yesterday's entries while get_today_totals() queried today's date — causing a mismatch where entries were from yesterday but totals were 0. Changed to get_history(0) so both use today's date. Also updated default calorie target from 2000 to 1300.

https://claude.ai/code/session_013RUKGWx6PH3fXQ6pRyKcVs

…lorie target

get_history(1) subtracted 1 day, showing yesterday's entries while
get_today_totals() queried today's date — causing a mismatch where
entries were from yesterday but totals were 0. Changed to get_history(0)
so both use today's date. Also updated default calorie target from 2000
to 1300.

https://claude.ai/code/session_013RUKGWx6PH3fXQ6pRyKcVs
@meimakes meimakes merged commit da13eab into main Mar 23, 2026
1 check failed
@meimakes meimakes deleted the claude/railway-dashboard-access-c3ph0 branch March 23, 2026 17:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants