-
-
Notifications
You must be signed in to change notification settings - Fork 831
Support setting username and avatar colors in custom themes #4503
Conversation
so the button in the toasts has the correct background color
We still need to convert them to URLs for the notification icon, so use a canvas (with a cache in front of it) to do that.
@bwindels have we considered the security implications of this? |
Oooh, not at all 🤦 I guess if I ensure it is a hex color it would be fine? |
It's more that allowing people to change them can lead to themes which remove/alter the disambiguation technique. |
Hmm, I see. People are in control though of the theme they choose? |
I guess so. This is the consideration part of the conversation :p It's probably fine, assuming product is okay with it. |
They are asking for it :) |
that needs to be captured somewhere public :( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm assuming tests pass
Just tried using Using |
This isn't in 1.6.0-rc4. It is only in develop. |
Partially overlaps with #4373, but introduces fewer new symbols in the custom theming JSON blob. Also supports avatar backgrounds.
Documentation updates at element-hq/element-web#13406