Method classification.

Commit
3e38d593ba9e36e1707bdff727dd57dd3e032c7d
Author
Marius Peter <marius.peter@tutanota.com>
Author date
Committer
Marius Peter <marius.peter@tutanota.com>
Committer date
Changed files
src/MyFitnessTracker/MFTConfirmDialog.class.st
index 2f5a86f4..8fec1951 100644..100644
@@ -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
index 43b2be17..b48756cd 100644..100644
@@ -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