#Dynamic Icons

1 messages · Page 1 of 1 (latest)

green pollen
#

🔥

latent summit
#

amazing

#

doesn't exactly work when the servers are in folders though lol

green pollen
#

I was gonna ask about it

#

I figured it wouldn't

latent summit
#

once you open the folders the entire folder jumps to the top

river night
#

hmm, it works for me

#

I'll look into it

green pollen
#

That makes sense, you don't see the items until you open the folder

river night
#

gah, you're right - I just tested folders with pings (which works properly), but folders with events aren't moved, yeah

latent summit
#

first one no folders, second one is one folder

latent summit
#

personally i wouldn't keep the events cuz of servers that always have an even on or something

green pollen
#

Agreed

latent summit
#

pings in folders move the entire folder up lol

river night
#

I could make it so the active voice channel or stage event moves up, but not regular scheduled events, I guess

latent summit
#

¯_(ツ)_/¯

river night
#

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

vocal tide
hexed rapids
#

I was going to say wasn't this already done, is this any different?

river night
vocal tide
orchid epoch
#

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?

orchid epoch
scarlet condor
#

@river night just providing heads up this no longer works on the new discord refresh update

vocal tide
#

mine should still work

scarlet condor