#remove Status Reactions

1 messages · Page 1 of 1 (latest)

mortal mauve
#

I feel like selecting all of popover is a bad idea. it probaby breaks other things in the UI

still kraken
#

yeah was just about to say that

mortal mauve
#

but I do like this existing

still kraken
#

i'm pretty sure it's used in some other places

mortal mauve
#

like the message quick react buttons

still kraken
#

probably better to use like .statusPopover__2d0ab for status and .withReactReply__75742+.avatarPopover__2d0ab for pfp

mortal mauve
#

it would also make the css faster by not using a global [] selector

still kraken
#

yeah slightly

balmy cradle
#

I now have it running with Container as well

#

speed is usually not my goal with things, the end user usually cares if things dont break every update

#

hence selectors

#

I can at least add the non-selector tho, one sec on that

mortal mauve
#

like the class* and class^ are quite cpu intensive as engine now needs to check every class update and do a search. instead of going directly to a specific tag. especially since this will be running 24/7 for blocking the very very very few instances that you mouse over a profile in comparison.

#

like if it breaks, its nowhere near the end of the world. which is why I think its better to have more specificity. but thats just my humble opinion for someone with an older computer that already struggles with how slow discord is

still kraken
still kraken
balmy cradle
#

the comma would make it a new class

#

this is checking container and then the popover, which as far as I've seen only appears on that specifically

#

I may just be too focused on my show rn and am thinking of this wrong, but that feels like a much more intensive * than mine?

still kraken
#

and that's intentional

#

because they're different classes

still kraken
#

which is anything

balmy cradle
still kraken
#

ig, but still would be really general and could easily overselect

balmy cradle
#

I'll add a lil more to it but if that works fine I'll see if it references anywhere else

still kraken
#

oh just use these
.avatarPopover__2d0ab, .statusPopover__2d0ab

#

and make them *= if you want ig

balmy cradle
#

yeah was gonna say I just saw the avatar ones, really dont like that

#

there we go, both variants now up

still kraken
rough cove
#

i turned it on and it dont work

#

help

still kraken
#

@balmy cradle status needs to be *= not ^=

still kraken
balmy cradle
#

fixed

balmy cradle
rough cove
#

ok

shadow hazel
#

more people should make performance versions of their css

balmy cradle
shadow hazel
#

oh nice

reef glade
#

what about these ones on activities?

balmy cradle
#

thar we go

fossil lynx
#

what font is that?

reef glade
fossil lynx
#

oh i meant @balmy cradle 's font

balmy cradle
#

hanaModcheck Black and White 2 's font

fossil lynx
#

how do u get it on discord

balmy cradle
# fossil lynx how do u get it on discord

I cant exactly share the file, but there's good enough copies on the internet, just need to install it, restart discord, and set

:root{
  --font-primary: "FontName Here" !important;
}
#

I'm using a full rip from the games and I doubt Nintendo would want me sharing that AFoxy_HeheLaugh

fossil lynx
#

thanks!

sweet wigeon
#

is there one of these for profile picture react fr

#

cause they have that... for some reason

next horizon
#

It applies to both the profile picture and the status bubble

still kraken
#

oh wait

#

sorry didn't read the message above that you were replying to

sweet wigeon
#

ah, the performance version just doesn't work then

still kraken
#

they forgot a b

still kraken
#

@balmy cradle you forgot a the b here