You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(weight): add time-range selector to body weight chart
The body weight chart always plotted the entire history, which becomes
hard to read for users with a lot of entries going back a long time.
Add a segmented selector above the chart with "All" / "Last year" /
"Last 3 months" options (the approach suggested in the issue) that
restricts the plotted range. "All" is the default, so the existing
behaviour is unchanged unless the user opts in.
The range filtering is applied to the weight overview only; the shared
getOverviewWidgetsSeries helper gains an optional mainChartTitle so the
header reflects the selected range, leaving the measurements call site
untouched.
Closes#148
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
0 commit comments