discourse/plugins/chat/assets/javascripts/discourse
Joffrey JAFFEUX 0b778697ff
FIX: instantly removes group message when leaving (#25961)
Prior to this fix clicking <kbd>x</kdb> on a channel row would effectively leave the channel on server side, but it wouldn't disappear from the screen before a page refresh.
2024-02-29 23:49:01 +01:00
..
adapters FIX: better chat-api error handling (#19550) 2022-12-21 16:11:35 +01:00
components FIX: live updates threads from my threads page (#25955) 2024-02-29 12:31:20 +01:00
connectors FEATURE: chat header redesign on mobile (#24938) 2023-12-26 17:36:26 +08:00
controllers FEATURE: Create a link to start a new chat (#25722) 2024-02-20 18:08:57 +08:00
helpers DEV: Modernize chat helper definitions (#24017) 2023-10-19 15:51:38 +01:00
initializers DEV: Update chat addToHeaderIcons to pass component (#25885) 2024-02-26 11:00:16 -07:00
lib FIX: correctly updates last read on scroll arrow click (#25838) 2024-02-23 14:23:17 +01:00
models FIX: live updates threads from my threads page (#25955) 2024-02-29 12:31:20 +01:00
modifiers/chat FEATURE: save/retrieve scroll position in chat channel (#25336) 2024-01-19 16:34:11 +01:00
pre-initializers DEV: allows a context when creating a message (#25647) 2024-02-13 11:37:15 +01:00
routes FEATURE: introduces chat_preferred_mobile_index setting (#25927) 2024-02-28 12:05:05 +01:00
services FIX: instantly removes group message when leaving (#25961) 2024-02-29 23:49:01 +01:00
templates FEATURE: Mobile Chat Footer Redesign (#25161) 2024-01-16 14:29:33 +08:00
admin-chat-route-map.js
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