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

Add HideServers #2370

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open

Add HideServers #2370

wants to merge 3 commits into from

Conversation

bepvte
Copy link

@bepvte bepvte commented Apr 19, 2024

Small plugin that adds a context menu option to hide specific servers from the guilds list and quick switcher

Copy link
Contributor

@MrDiamondDog MrDiamondDog left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

As far as I can tell, there's no way to un-hide individual servers. Either this should be implemented or I am blind

src/plugins/hideServers/index.tsx Outdated Show resolved Hide resolved
src/plugins/hideServers/index.tsx Outdated Show resolved Hide resolved
src/plugins/hideServers/index.tsx Outdated Show resolved Hide resolved
@bepvte
Copy link
Author

bepvte commented Apr 19, 2024

I don't really know where the UI for removing individual servers should be. I could cram it all into a settings component, but no other plugin seems to do that.

@MrDiamondDog
Copy link
Contributor

I don't really know where the UI for removing individual servers should be. I could cram it all into a settings component, but no other plugin seems to do that.

I would have a button at the bottom of the server list that opens a modal to all the servers you've hidden

@Golonchy
Copy link

how do i still view hidden servers?

@Tr0llie
Copy link

Tr0llie commented Apr 20, 2024

how do i still view hidden servers?

as mentioned maybe there could be a button in which lets you view all the server that you have hidden but there could be Ui issue if you try to view it from devices that does not have vencord installed.
there could be errors such as the servers being messy etc
this could be fixed by putting the servers in a separated folders when a user hides a channel
and the button will also let you view all the server that u've hidden but just in a better ui and not the normal folder one smth

@Golonchy
Copy link

a ye,
thanks bro

@Sqaaakoi
Copy link
Contributor

I don't really know where the UI for removing individual servers should be. I could cram it all into a settings component, but no other plugin seems to do that.

I would have a button at the bottom of the server list that opens a modal to all the servers you've hidden

I implemented a horrible hack to do something similar in pure CSS and using folder names starting with . (before they did some class rerolls and it broke and I never updated it)
I just showed those folders when the guild discovery page was selected.

...although this could be a great use case for a concept I had for a guilds list page where it would show detailed cards about all your guilds you are in

@bepvte bepvte force-pushed the server-hider branch 2 times, most recently from ad2e79d to 2029a4b Compare April 24, 2024 00:53
@bepvte
Copy link
Author

bepvte commented Apr 28, 2024

image
image

@bepvte bepvte force-pushed the server-hider branch 2 times, most recently from fb48ba3 to c7ace60 Compare May 1, 2024 22:18
@bepvte bepvte force-pushed the server-hider branch 3 times, most recently from fa3d845 to 67fa12b Compare May 16, 2024 03:05
@bepvte
Copy link
Author

bepvte commented May 16, 2024

@Vendicated I was wondering if this could be merged anytime soon... It looks like it slipped through the cracks

@bepvte bepvte force-pushed the server-hider branch 3 times, most recently from ce77fe9 to 1b3a43f Compare May 20, 2024 17:18
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

Successfully merging this pull request may close these issues.

None yet

5 participants