discourse/plugins/chat/assets/javascripts/discourse
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
..
adapters FIX: better chat-api error handling (#19550) 2022-12-21 16:11:35 +01:00
components FIX: add dominant color attribute to chat image uploads (#24214) 2023-11-02 19:22:59 +08:00
connectors FIX: correctly check chat tab is present (#23200) 2023-08-23 13:06:29 +02:00
controllers FEATURE: Add new chat indicator preference for Only Mentions (#23848) 2023-10-27 15:58:19 +08:00
helpers DEV: Modernize chat helper definitions (#24017) 2023-10-19 15:51:38 +01:00
initializers FIX: ensures users can open channel invites (#24067) 2023-10-24 18:51:33 +02:00
lib FIX: correctly display escaped thread titles (#24159) 2023-10-30 21:06:31 +01:00
models FIX: correctly display escaped thread titles (#24159) 2023-10-30 21:06:31 +01:00
modifiers/chat UX: improves support of window resize in chat (#24115) 2023-10-26 20:26:59 +02:00
pre-initializers DEV: Sort imports 2023-10-10 21:46:54 +01:00
routes DEV: Add new experimental admin UI route and sidebar (#23952) 2023-10-19 14:23:41 +10:00
services FEATURE: Add new chat indicator preference for Only Mentions (#23848) 2023-10-27 15:58:19 +08:00
templates UX: opens thread on channel with unread threads (#23361) 2023-10-11 12:19:30 +02:00
widgets FIX: ensures users can open channel invites (#24067) 2023-10-24 18:51:33 +02:00
admin-chat-route-map.js
chat-route-map.js UI: redesigned settings/members (#23804) 2023-10-09 14:11:16 +02:00
preferences-chat-route-map.js