aboutsummaryrefslogtreecommitdiffstats
path: root/screens
Commit message (Collapse)AuthorAgeFilesLines
* Prefix non-public screen functions with _ and split sessions.py into helpersThomas Vanbesien2026-03-183-125/+149
|
* Add body weight logging with diff trackingThomas Vanbesien2026-03-182-0/+73
|
* Refactor screen logic into screens/ packageThomas Vanbesien2026-03-184-0/+571
Split egometrics.py (610 lines) into domain-specific modules: exercises, sessions, and templates. Entry point now just wires the main menu to the screen modules.