discourse/plugins/chat/assets/javascripts/discourse
Joffrey JAFFEUX 79254c59f9
FIX: correctly render unicode in channel page title (#29653)
Before this fix we would render the emoji as text, eg: `🐱`
2024-11-08 09:41:14 +09:00
..
adapters FIX: better chat-api error handling (#19550) 2022-12-21 16:11:35 +01:00
components DEV: only supports headings in messages for bots (#29585) 2024-11-07 22:27:35 +09:00
connectors DEV: Convert mobile chat message actions to a modal (#26436) 2024-04-04 09:25:52 -03:00
controllers FEATURE: Convert chat plugin UI to new show plugin and admin UI guidelines (#28632) 2024-09-10 15:16:16 +10:00
helpers DEV: move chat time formats to core locales (#29236) 2024-10-16 20:10:40 +04:00
initializers DEV: sets an icon_upload_id on a channel (#29566) 2024-11-04 17:19:44 +09:00
lib DEV: refactor textarea text manipulation mixin (#29294) 2024-10-22 17:20:11 -03:00
models FIX: correctly render unicode in channel page title (#29653) 2024-11-08 09:41:14 +09:00
modifiers/chat FIX: ensures last read is updated on new message (#26772) 2024-04-26 18:27:39 +02:00
pre-initializers DEV: allows a context when creating a message (#25647) 2024-02-13 11:37:15 +01:00
routes FIX: correctly render unicode in channel page title (#29653) 2024-11-08 09:41:14 +09:00
services FIX: ensures thread panel closes on escape (#29651) 2024-11-08 09:19:24 +09:00
templates FEATURE: Convert chat plugin UI to new show plugin and admin UI guidelines (#28632) 2024-09-10 15:16:16 +10:00
admin-chat-route-map.js FEATURE: Convert chat plugin UI to new show plugin and admin UI guidelines (#28632) 2024-09-10 15:16:16 +10:00
chat-route-map.js FEATURE: Create a link to start a new chat (#25722) 2024-02-20 18:08:57 +08:00
preferences-chat-route-map.js