#Dynamic Icons
1 messages · Page 1 of 1 (latest)
once you open the folders the entire folder jumps to the top
That makes sense, you don't see the items until you open the folder
gah, you're right - I just tested folders with pings (which works properly), but folders with events aren't moved, yeah
first one no folders, second one is one folder
peak
personally i wouldn't keep the events cuz of servers that always have an even on or something
Agreed
pings in folders move the entire folder up lol
I could make it so the active voice channel or stage event moves up, but not regular scheduled events, I guess
¯_(ツ)_/¯
nevermind lol, folders only pass along ping or unread status to the HTML
If for some reason you did want unread servers to move up:
nav[class^="wrapper_"] div[class^="listItem_"]:has(span[class^="item_"]),
div[class^="wrapper_"]:has(div > div > span[class^="item_"])
Yeah, I didn't have any folders with active events in them, the jumping is plenty annoying. If you just want pings only:
/* Make servers with pings slide up to the top of the server list */
nav[class^="wrapper_"] div[class^="listItem_"]:has(div > div > div > div[class^="lowerBadge_"]),
div[class^="wrapper_"]:has(div > div > div > div[class^="lowerBadge_"]) {
order: -1;
}
nav[class^="wrapper_"] div[class^="listItem_"] + div[aria-label] {
display: flex;
flex-flow: row wrap;
}
anything more elaborate would need a plugin
I posted a similar snippet a while ago: #🎨-css-snippets message
I was going to say wasn't this already done, is this any different?
I need to replace my carbon monoxide detector shit I have literally no memory of this lol
I literally 🔥 reacted to it and forgot somehow
The snippets shouldn't be too different, maybe mine is worse on performance idk
haha it's all good, shouldn't be noticeably worse on performance and of course mine does nothing for events but yeah, I like seeing different approaches to the same problem (this really should be builtin to discord tbh)
any way to make this snippet ignore things like "Invites Paused"
I have the "Make servers with active events slide up" omitted from the snippet, not sure if that influences that.
I'd personally only like it to move servers when I have an active Ping in it, but that server is now forced up to the top until the owner un-pauses invites
is the only viable route adding it to a blacklist?
ope, ignore me, I can't read. This one only grabs the pings
@river night just providing heads up this no longer works on the new discord refresh update
mine should still work
wheres that