Closed surgedevs closed 2 months ago
We should probably migrate the settings from the old ShowAllRoles
people who had it enabled will likely already want this enabled
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
How about adding an option to hide the collapse button?
How about adding an option to hide the collapse button?
could you just use CSS for that?
How about adding an option to hide the collapse button?
not worth that's so minimal
Thank you!
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).
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;
}
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
I'm commenting here to state that I disagree with the above discussion. I personally still prefer to have an option.
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.