Commits
- 70cac56: This commit introduces a draggable splitter to resize the chart panes on the Overview and Graph screens. (oliexdev)
- ccb7635: The splitter's position is now updated locally during the drag gesture for a smoother, more responsive user experience. The final position is then saved to the settings only when the drag gesture ends, reducing the number of preference updates. (oliexdev)
- 82b49ee: This commit removes unused imports from
OverviewScreen.kt
, specifically related to animation and tooling. (oliexdev)