Show online status ring on DM tab icons - #1649
Open
SkyJoshua wants to merge 3 commits into
Open
Conversation
DM tabs now show the other user's live avatar with the same online-status ring used elsewhere, instead of a static icon. Also tightened that ring's gap globally, since it looked a bit too spaced out at any size.
Deploying valour with
|
| Latest commit: |
4433bbb
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://9d7cba94.valour.pages.dev |
| Branch Preview URL: | https://feat-dm-tab-status-ring.valour.pages.dev |
SigmaTel71
reviewed
Aug 2, 2026
Co-authored-by: Vitaly Orekhov <vkvo2000@vivaldi.net>
Deploying valour-marketing with
|
| Latest commit: |
4433bbb
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://fa775b99.valour-marketing.pages.dev |
| Branch Preview URL: | https://feat-dm-tab-status-ring.valour-marketing.pages.dev |
SigmaTel71
reviewed
Aug 2, 2026
Co-authored-by: Vitaly Orekhov <vkvo2000@vivaldi.net>
SigmaTel71
approved these changes
Aug 2, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This came from an idea in #1446 — I thought it'd be a nice touch, so here's my take on how to build it. DM tabs at the top now show the other user's live avatar (with the same online/away/DND status ring used in the sidebar and message list) instead of a static icon, so you can tell someone's status at a glance without opening the chat.
Changes
Channel.GetDmUserAsync()resolves the other member (or yourself, for a self-DM) of a DM channelWindowContentcan carry an optional liveIconUser; when set, the tab strip renders aUserAvatarwith its status ring instead of the plain icon imageUserAvatargenerally — it read as a bit too spaced out from the picture at any size, not just in the tab stripImages
Before:

After:
