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 HideActivityTab #2811

Closed dpaulos6 closed 2 months ago

dpaulos6 commented 2 months ago

This plugin hides the newly added Activity Tab on the members list.

Scyye commented 2 months ago

whats with all the css snippets lol

Scyye commented 2 months ago
.content_eed6a8 .container_c64476,
.membersGroup_cbd271:has(> .headerContainer_bc6acb) {
        display: none;
}
Kyuuhachi commented 2 months ago

dpaulos6 commented 2 months ago

I am aware that theres the option to hide it, but the label still remains there. What this does it completely hiding anything related to that feature.

Scyye commented 2 months ago

I am aware that theres the option to hide it, but the label still remains there. What this does it completely hiding anything related to that feature.

so use a css snippet lol, whats the point of a plugin, that literally IS just css

dpaulos6 commented 2 months ago

I am aware that theres the option to hide it, but the label still remains there. What this does it completely hiding anything related to that feature.

so use a css snippet lol, whats the point of a plugin, that literally IS just css

well i am using it, i wanted to allow others to disable it if they wanted, without having to write the css.

schoeneBiene commented 2 months ago

Then post it in the css snippets channel in the Vencord server.