programmer2514 / BetterDiscord-CollapsibleUI

A feature-rich BetterDiscord plugin that reworks the Discord UI to be significantly more modular
MIT License
63 stars 8 forks source link

What does autocollapse actually do? #88

Closed Aluerie closed 1 year ago

Aluerie commented 1 year ago

I don't understand what it does, maybe wording is confusing, maybe it's bugged?

image

Enables auto-collapse of UI elements based on window size

So the input number from me is a Discord window width/height.

Maximum width for element to remain uncollapsed

So something should happen with channel list when I cross between 599-601 width, but what?

Max ... uncollapsed

So it should collapse after reaching 601 since it's max ? But that doesn't make sense.


I would suppose the feature means (at least I want it to mean) that for example

the channel list should get

but nothing happens:

https://user-images.githubusercontent.com/33165440/234324401-d12bcfee-42cd-431b-9b44-f6ea73826fc3.mp4

I tried toggling on off all kinda settings to find contradictions/incompatibilities and as you can see - my other plugins are off, my current settings are https://mystb.in/EyesUntilGardens

Unfortunately, I'm clueless at JS so can't even analyse code to guess what should/is supposed to happen.

programmer2514 commented 1 year ago

This is intended behavior - apparently I just forgot to document it properly.

You are correct about what Autocollapse does, but it is dependent on Dynamic Uncollapse.

I'll put a disclaimer in the settings page on the next update.