aboutsummaryrefslogtreecommitdiff
path: root/src/stepCounter/StepsDetailPage.qml (follow)
AgeCommit message (Collapse)Author
2023-08-18Fix steps graphs behaviour for less than a week of datadodoradio
Steps graph would previously select wrong day on click if there was less than a week of data. This fixes the issue
2023-07-21Implement new dataChanged signal for file updatesdodoradio
2023-07-21Expand functionality of steps detail pagedodoradio
This adds the week graph from the preview page. Tapping on bars allows selecting the day that's currently displayed.
2023-07-21Steps: Use new bar graph interactions to open detail page at different datesdodoradio
2023-07-21Add steps detail pagedodoradio
Currently this is a direct clone of the heartrate detail page, and isn't specialised for steps in any way