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

Displays online when offline #54

Open
b-risk opened this issue Apr 22, 2023 · 1 comment
Open

Displays online when offline #54

b-risk opened this issue Apr 22, 2023 · 1 comment
Labels
bug Something isn't working

Comments

@b-risk
Copy link

b-risk commented Apr 22, 2023

Describe the bug

The RadialStatus displays green (online) when people are offline instead of turning grey.

To Reproduce

Look at anyone's RadialStatus when they are offline, it happens in everywhere except for group dms where it works normally.

Screenshots

Offline user:
image

Infomation (please complete the following information)

Discord channel: Stable
OS: Windows
Mod: Vencord
Discord language: English

@b-risk b-risk added the bug Something isn't working label Apr 22, 2023
@coolesding
Copy link

Hey, I've had this Issue as well and after a lot of testing got it fixed, at least on my client. (I also changed it so that people that are Idle on their Phone have a yellow ring instead of the green online one for example because it felt like it's not intended). The link to the file for betterdiscord (if it works like that, been a long time since i used it) is this one: https://github.com/xdCoolesding/shiggycord/blob/main/Deploy/radialstatus.theme.css

If you wanna add only the code part and already have the variables (like width or spacing) you can just add
@import url(https://raw.githubusercontent.com/xdCoolesding/shiggycord/main/Source/RadialStatus/radialstatus.css);
to the top of your theme's css.

If you want the phone behaviour to be as the default radialstatus version does it, just add the below part into Line 189 right after the } that ends the data following #app-mount .wrapper-3Un6-K foreignObject[mask*=mobile]:after {

#app-mount .wrapper-3Un6-K foreignObject[mask*=mobile] + rect {
stroke: var(--rs-phone-color, var(--rs-online-color));
}

I am using the newest Stable version of Vencord, not betterdiscord, though it loads CSS the same way as far as i am concerned.

Have a great day

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants