mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FEATURE: show user status on group pages (#19323)
This adds live user status to /g/{group-name} routes.
This commit is contained in:
committed by
GitHub
parent
492f68c462
commit
ff5a0bec89
@@ -48,7 +48,12 @@
|
||||
{{on "keyup" (action "handleUserKeyUp" user)}}
|
||||
>
|
||||
<ChatUserAvatar @user={{user}} @avatarSize="medium" />
|
||||
<UserInfo @user={{user}} @includeLink={{false}} @includeAvatar={{false}} @showStatus={{true}} />
|
||||
<UserInfo
|
||||
@user={{user}}
|
||||
@includeLink={{false}}
|
||||
@includeAvatar={{false}}
|
||||
@showStatus={{true}}
|
||||
@showStatusDescription={{true}} />
|
||||
</li>
|
||||
{{/each}}
|
||||
</ul>
|
||||
|
||||
Reference in New Issue
Block a user