aboutsummaryrefslogtreecommitdiffstats
path: root/screens/__init__.py
Commit message (Collapse)AuthorAgeFilesLines
* Add body weight logging with diff trackingThomas Vanbesien2026-03-181-0/+1
|
* Refactor screen logic into screens/ packageThomas Vanbesien2026-03-181-0/+3
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.