File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2222
2323
2424< ion-list *ngIf ="!loading && filter === '' && userResult?.data?.me as user ">
25- < ion-item-divider >
26- < ion-label > You</ ion-label >
27- </ ion-item-divider >
2825
29- < ion-item href ="javascript:void(0); " (click) ="goToProfilePage() " detail ="true ">
30- < ion-avatar slot ="start ">
31- < img
32- width ="100% "
33- [appFeatureFlag] ="'adorableAvatarsUserImage' "
34- *ngIf ="!user.image "
35- [src] ="user.id | avatar " />
36- < ion-img
37- width ="100% "
38- *ngIf ="user.image "
39- [src] ="user.image ">
40- </ ion-img >
41- </ ion-avatar >
26+ < ion-item href ="javascript:void(0); " (click) ="goToProfilePage() " detail ="true " lines ="none " style ="padding-bottom: 12px; ">
27+ < div slot ="start " style ="width:70px; height:70px; ">
28+ < ion-avatar style ="width: 100%; height: 100%; ">
29+ < img
30+ [appFeatureFlag] ="'adorableAvatarsUserImage' "
31+ *ngIf ="!user.image "
32+ [src] ="user.id | avatar " />
33+
34+ < ion-img
35+ *ngIf ="user.image "
36+ [src] ="user.image ">
37+ </ ion-img >
38+ </ ion-avatar >
39+ </ div >
4240
4341 < ion-label >
4442 < h2 >
45- < ion-text *ngIf ="user.firstName || user.lastName ">
46- {{ user.firstName }} < ion-text style =" font-weight: bold " > {{ user.lastName }}</ ion-text >
43+ < ion-text *ngIf ="user.firstName || user.lastName " style =" font-weight: bold " >
44+ {{ user.firstName }} {{ user.lastName }}
4745 </ ion-text >
4846 < ion-text *ngIf ="!user.firstName && !user.lastName && user.username " style ="font-weight: bold ">
4947 {{ user.username }}
5048 </ ion-text >
5149 </ h2 >
5250 < p >
53- View Profile
51+ View Your Profile
5452 </ p >
5553 </ ion-label >
5654 </ ion-item >
You can’t perform that action at this time.
0 commit comments