Level indicator for all users #986
wcjord
started this conversation in
Ideas and designs
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We want to display a user's level for other users. For now, we're just going to add it to their displayname directly. Once we can add arbitrary values to a user profile, we'll revisit the display and storage of level.
To do so, we need to:
hide in-chat notification for change of displayname because it will happen too frequently in large rooms
when a user goes to edit their displayname, search for the last " ⭐" (3 whitespaces in front of the star) and hide everything after it in the edit field. after they click done, re-append and send.
Alternatively, could do a flag:
Beta Was this translation helpful? Give feedback.
All reactions