[Pharo] Personal fitness tracker web app.
User landing page now suggests actions on a card.
src/MyFitnessTracker-Components/MFTUserLandingPage.class.st
@@ -11,5 +11,6 @@
11
11
12
12
^ {
13
13
MFTMainUserCard new.
14
Added:
MFTActionsCard new.
14
15
MFTWorkoutsCard new }
15
16
]