[Pharo] Personal fitness tracker web app.
Method classification.
Changed files
src/MyFitnessTracker/MFTConfirmDialog.class.st
@@ -14,7 +14,7 @@
14
14
component class }
15
15
]
16
16
17
Removed:
{ #category : 'rendering' }
17
Added:
{ #category : 'as yet unclassified' }
18
18
MFTConfirmDialog >> renderContentOn: html [
19
19
20
20
self renderDialogOn: html with: [
src/MyFitnessTracker/MFTSetGroupDialog.class.st
@@ -198,7 +198,7 @@
198
198
labels: [ :each | each englishName ] ] ]
199
199
]
200
200
201
Removed:
{ #category : 'as yet unclassified' }
201
Added:
{ #category : 'rendering' }
202
202
MFTSetGroupDialog >> renderSetGroupRowsOn: html [
203
203
204
204
setGroup sets doWithIndex: [ :set :i |
@@ -252,7 +252,7 @@
252
252
with: set restAfter ] ] ]
253
253
]
254
254
255
Removed:
{ #category : 'as yet unclassified' }
255
Added:
{ #category : 'rendering' }
256
256
MFTSetGroupDialog >> renderSetGroupTableHeaderOn: html [
257
257
258
258
html tableHead: [
@@ -276,7 +276,7 @@
276
276
with: 'Rest After (s)' ] ]
277
277
]
278
278
279
Removed:
{ #category : 'as yet unclassified' }
279
Added:
{ #category : 'rendering' }
280
280
MFTSetGroupDialog >> renderSetGroupTableOn: html [
281
281
282
282
html table