Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Status/Role icons next to usernames #10

Open
JadedCtrl opened this issue Jun 13, 2021 · 0 comments
Open

Status/Role icons next to usernames #10

JadedCtrl opened this issue Jun 13, 2021 · 0 comments

Comments

@JadedCtrl
Copy link
Owner

In the UserListView, an icon could be used to signify the user's role/status― the icon would represent the user's Role priority, and it's colour could represent the status. A tooltip would also be convenient to quickly display this information.

Since a role's priority (roughly, its rank in the hierarchy) is completely arbitrary and decided by the plugin, we can't just have X amount of icons and expect them to be used. So either the role icons could be permission-based, with common combinations getting a specific icon― I.E., PERM_KICK, PERM_BAN, and PERM_ROOM_SUBJECT are pretty commonly grouped together, so a specific icon could be used― or the priority could be used. That is, there are X amount of icons included in the program, so the icon used by a priority could be determined proporionately ((X * priority) / max_priority).

The latter might be easier, but definitely less pretty and interesting.

@JadedCtrl JadedCtrl transferred this issue from JadedCtrl/Caya Jun 22, 2021
@JadedCtrl JadedCtrl transferred this issue from JadedCtrl/Cardie Aug 22, 2021
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

No branches or pull requests

1 participant