discourse/app
David Battersby 65759c126b
FIX: add dominant color attribute to chat image uploads (#24214)
When uploading images, they are assigned a dominant color which gets used in various places, such as Discourse Hub and the new lightbox. Previously in chat we didn't assign this attribute, so it was defaulting to a null value. We did however use it as an inline CSS style for the image background (which is visible while the image is downloaded).

This change adds data-dominant-color to the uploaded image in chat and uses it correctly within lightbox.
2023-11-02 19:22:59 +08:00
..
assets FIX: add dominant color attribute to chat image uploads (#24214) 2023-11-02 19:22:59 +08:00
controllers FEATURE: Theme settings migrations (#24071) 2023-11-02 08:10:15 +03:00
helpers DEV: Explicitly disable Ember string prototype extensions (#24110) 2023-10-26 11:16:57 +01:00
jobs FIX: log for CleanUpTags job (#23964) 2023-10-18 03:24:14 +00:00
mailers FIX: Order tags shown in email subject by topics count and name (#22586) 2023-07-13 15:39:58 +08:00
models FEATURE: Theme settings migrations (#24071) 2023-11-02 08:10:15 +03:00
serializers DEV: Refactor watched words (#24163) 2023-11-01 16:41:10 +02:00
services FEATURE: Theme settings migrations (#24071) 2023-11-02 08:10:15 +03:00
views FIX: Broken hashtags on embed and publish pages (#24210) 2023-11-02 11:43:55 +10:00