Recommiting changes in ee905 and two latter (why they were reverted?)

This commit is contained in:
Offray Vladimir Luna Cárdenas 2022-04-18 22:36:10 -05:00
parent b92102a9d1
commit 4ab8c6f0dd
3 changed files with 4 additions and 8 deletions

View File

@ -18,7 +18,7 @@ asCardElement
margin: (BlInsets left: 20);
addChild: (BrLabel new
aptitude: BrGlamorousLabelAptitude;
text: '@' , self getUser userName , ' | ' , self created asString;
text: '@' , self user userName , ' | ' , self created asString;
beSmallSize);
addChild: anEditor.
buttonsPane := BrHorizontalPane new
@ -42,7 +42,7 @@ asCardElement
hMatchParent;
vFitContent;
addChildren: {
(self getUser profileImage asElement asScalableElement size: 64 @ 64).
(self user profileImage asElement asScalableElement size: 64 @ 64).
BrVerticalPane new
cellSpacing: 5;
hMatchParent;

View File

@ -1,5 +0,0 @@
accessing
getUser
self user
ifNotNil: [ ^ self user ].
^ self userFromId: authorId

View File

@ -1,3 +1,4 @@
accessing
user
^ user
self user ifNotNil: [ ^ self user ].
^ self userFromId: authorId