unoffical wafrn mirror wafrn.net
atproto social-network activitypub
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

relocate bot icon again

+5 -5
+5 -5
packages/frontend/src/app/components/post/post-header/post-header.component.html
··· 17 17 <span class="text-sm" matTooltip="{{ fragment.createdAt | date: 'short' }}"> 18 18 <a [postLink]="fragment" style="color: var(--mat-sys-outline)">{{ this.timeAgo }}</a> 19 19 </span> 20 - @if (fragment.user.isBot) { 21 - <span class="text-xs" matTooltip="{{ privacyOptions[fragment.privacy].name }}"> 22 - <fa-icon [icon]="botIcon"></fa-icon> 23 - </span> 24 - } 25 20 @if (edited) { 26 21 <span matTooltip="Edited {{ fragment.updatedAt | date: 'short' }}" class="text-xs"> 27 22 <fa-icon [icon]="editedIcon"></fa-icon> ··· 30 25 <span class="text-xs" matTooltip="{{ privacyOptions[fragment.privacy].name }}"> 31 26 <fa-icon [icon]="privacyOptions[fragment.privacy].icon"></fa-icon> 32 27 </span> 28 + @if (fragment.user.isBot) { 29 + <span class="text-xs"> 30 + <fa-icon [icon]="botIcon"></fa-icon> 31 + </span> 32 + } 33 33 @if ( 34 34 !postService.notYetAcceptedFollowedUsersIds.includes(fragment.userId) && 35 35 !postService.followedUserIds.includes(fragment.userId) &&