sidebars: Show "(you)" after user's own name in user lists.

Co-authored-by: Lauryn Menard <lauryn@zulip.com>
This commit is contained in:
Harsh
2025-02-09 12:42:44 +05:30
committed by Tim Abbott
parent 57ce1371a8
commit 20e3262233
4 changed files with 13 additions and 1 deletions

View File

@@ -3,3 +3,4 @@
{{else}}
<span class="user-name">{{name}}</span>
{{/if}}
{{#if is_current_user}}&nbsp;<span class="my_user_status">{{t '(you)'}}</span>{{/if}}