Dashboard Customization #6381
benrabicoff
started this conversation in
Ideas
Replies: 1 comment
-
wow. i love those icon and favicon. looks more modern and slicker! how to do it? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I think it would be a great feature to have more dashboard customization, particularly around hiding/showing/reordering of sections, and being able to have those sections expand larger vertically.
It would also be great to have the ability of assigning icons to clients for a better visual cue, making the client list far easier to grok. And something similar with domains/upstreams — perhaps a favicon could be pulled in.
I'm doing this all currently with a custom Safari style sheet that runs on startup, and icons base64 encoded based on targeting the client/domain/upstream name with css, ex
.dashboard .logs__row:has(.logs__text[title*="AppleTV"]):before {background-image: var(--icon-apple-tv) !important;}
The lift may be heavier/more complex for the icons, but it would be great to have this all a part of platform itself! Cheers!
Beta Was this translation helpful? Give feedback.
All reactions