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

Mobile Users causing incorrect Status Colours #56

Open
coolesding opened this issue Jun 28, 2023 · 3 comments
Open

Mobile Users causing incorrect Status Colours #56

coolesding opened this issue Jun 28, 2023 · 3 comments
Labels
bug Something isn't working

Comments

@coolesding
Copy link

Describe the bug

When looking at the members list or popout profile some people show the incorrect colour in their status ring if they are on mobile.

To Reproduce

Just use the Plugin, more below

Screenshots

The yellow phone to the right is from another plugin which correctly shows the Idle Colour, I also hovered over the profile picture to show the little Idle text above it, which also indicates that the User is set to Idle, though still, the RadialStatus plugin shows the user as Online without the Idle status, which is incorrect.

image

Same thing in the members list, this User is on "Do not Disturb" as indicated correctly by the independent plugin shown at the right of the name, though RadialStatus still shows the ring as if the User was Online without the "Do not Disturb" status.

image

Infomation (please complete the following information)

Discord channel: Stable
OS: Windows
Mod: Vencord (Should be Identical to BetterDiscord
Discord language: English UK

Additional context

Solution I found:

I removed the following part at line 189 from the CSS file and had no problems afterwards:

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

Fix I made myself for a customized theme:
https://github.com/xdCoolesding/shiggycord/blob/main/Deploy/radialstatus.theme.css

@coolesding coolesding added the bug Something isn't working label Jun 28, 2023
@coolesding
Copy link
Author

The fixed version below has only been tested on my vencord version, i'm asking someone on betterdiscord to test it as well, results later
Also: The file has another fix which worked for me where offline people were shown as online even though they weren't.

@meowisme
Copy link

How has this been an issue still for over a year

@coolesding
Copy link
Author

How has this been an issue still for over a year

it seems to me that this creator and a few more are not actively developing on a lot of things anymore and mostly just update the classes when people complain about breakage, kind of disappointing but they don't owe us anything, as for this issue, I have my own snippets now including radial status (which might be broken right now since i also havent been updating it much due to avatar decorations making radialstatus kinda silly looking)

https://github.com/coolesding/snippets/blob/main/import/radialstatus.css

i wrote it from the ground up (because this one is actually really confusingly made, i dont know why, maybe the border feature didnt exist at the time of making? it seems extremely silly to me)

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