Vendicated / Vencord

The cutest Discord client mod
https://vencord.dev
GNU General Public License v3.0
9.02k stars 1.28k forks source link

feat(Plugin): Add AlwaysExpandRoles #2809

Closed surgedevs closed 2 months ago

surgedevs commented 2 months ago

Adds a plugin to always expand the role list in profile popouts. This was highly requested and sparked drama in the Discord server, very small plugin, not sure what else to say.

Nuckyz commented 2 months ago

We should probably migrate the settings from the old ShowAllRoles

people who had it enabled will likely already want this enabled

surgedevs commented 2 months ago

We should probably migrate the settings from the old ShowAllRoles

people who had it enabled will likely already want this enabled

Added, also added the missing README.md

Sqaaakoi commented 2 months ago

How about adding an option to hide the collapse button?

sadan4 commented 2 months ago

How about adding an option to hide the collapse button?

could you just use CSS for that?

Nuckyz commented 2 months ago

How about adding an option to hide the collapse button?

not worth that's so minimal

Nuckyz commented 2 months ago

Thank you!

Tiagoquix commented 2 months ago

Hello, thanks for the plugin!

I think adding an option to hide the collapse button would be good as part of the plugin. Since the roles are always expanded, there's not really a reason you would want to collapse them (since you expressed your preference not to collapse).

surgedevs commented 2 months ago

Hello, thanks for the plugin!

I think adding an option to hide the collapse button would be good as part of the plugin. Since the roles are always expanded, there's not really a reason you would want to collapse them (since you expressed your preference not to collapse).

This was already discussed above.

div:has(> div[class^=collapseButton_]) {
    display: none;
}
Nuckyz commented 2 months ago

Hello, thanks for the plugin!

I think adding an option to hide the collapse button would be good as part of the plugin. Since the roles are always expanded, there's not really a reason you would want to collapse them (since you expressed your preference not to collapse).

The button is so small it makes no difference to have it there or not. Also useful when you want to collapse for some reason

Tiagoquix commented 2 months ago

I'm commenting here to state that I disagree with the above discussion. I personally still prefer to have an option.