UI improvements

This commit is contained in:
Henry Jameson 2026-08-14 18:54:18 +03:00
commit bcfe1de1b2
16 changed files with 94 additions and 40 deletions

View file

@ -223,9 +223,6 @@ const Status = {
botStatus() {
return this.status.user.actor_type === 'Service'
},
showActorTypeIndicator() {
return !this.hideBotIndication
},
sensitiveStatus() {
return this.status.nsfw
},