Skip to content

feature: display tag icons in members drawer#2700

Open
malwarepad wants to merge 2 commits intocinnyapp:devfrom
malwarepad:dev
Open

feature: display tag icons in members drawer#2700
malwarepad wants to merge 2 commits intocinnyapp:devfrom
malwarepad:dev

Conversation

@malwarepad
Copy link

Description

Adds the tag icon (if one exists) on the left of the text in the members list. It is a small visual change but with enough power levels, it looks really really cool.

Type of change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • This change requires a documentation update

Checklist:

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings

Small preview (before vs after):

@github-actions
Copy link

github-actions bot commented Feb 24, 2026

All contributors have signed the CLA ✍️ ✅
Posted by the CLA Assistant Lite bot.

@malwarepad
Copy link
Author

I have read the CLA Document and I hereby sign the CLA

ajbura added a commit to cinnyapp/cla that referenced this pull request Feb 24, 2026
@github-actions
Copy link

Preview: https://2700--pr-cinny.netlify.app
⚠️ Exercise caution. Use test accounts. ⚠️

className={classNames(css.MembersGroupLabel, css.DrawerVirtualItem)}
size="L400"
>
{tagIconSrc && <PowerIcon size="100" iconSrc={tagIconSrc} />}
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think it looks much better if we display the tag after role name. Otherwise it feels like it's another user in there.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think it looks much better if we display the tag after role name. Otherwise it feels like it's another user in there.

Even though that makes sense in a chat context (since its besides a user, and that user has a pfp), having the icon after the tag looks really bad on the sidebar. Other than role name width inconsistencies, it looks weird having the pfp & tag icons on opposite sides. Also there is a pretty big distinction between user pfps & tag icons, since the text size and icon sizes are vastly different.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@kfiven what do you think?

Copy link
Collaborator

@kfiven kfiven Mar 9, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Well.. tags inside room timeline also after username, also in settings they are after role name so I think a little consistency would be better.
@malwarepad Hi, how does it sounds?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants