DiscordStyles / Fluent

Brings the look of Windows 11 to Discord.
MIT License
273 stars 45 forks source link

Fixed the voice call panel #125

Closed MidyGamy closed 5 months ago

MidyGamy commented 5 months ago

so I had a display problem after installing the theme and noticed it was due to the "Show Voice Users" option of discord. So I made this so the activity panel and actions button adapt to that list.

I also brought back the link to get back the vc channel.

Before (actions buttons don't shows up) image

After image

btw it also fixes an incomatibility with Vencord "Game Activity Toggle" plugin.

MidyGamy commented 5 months ago

so do I remove it and add it to the .gitignore?

Gibbu commented 5 months ago

No, just use PNPM. It's much better in every way than npm.

MidyGamy commented 5 months ago

ok so how do I tell the PNPM command to set the output to Vencord?

Gibbu commented 5 months ago

It's not an pnpm command, it's a node command. PNPM is the package manager that is used to download the bd-scss package and all it's dependencies, which also happenes to run node commands. You can stlll use npm run dev and change the bd-scss config file accordingly.

Just don't add the bd-scss.config.js changes to the repo.

MidyGamy commented 5 months ago

ok

MidyGamy commented 5 months ago

should be good now