discourse/plugins/chat/assets/javascripts/discourse
Joffrey JAFFEUX 4ce8ea7496
DEV: adds sendChatMessage client API (#21783)
Usage:

```
api.sendChatMessage(channelId, message, { threadId: 6 });
```
2023-05-29 18:41:12 +02:00
..
adapters FIX: better chat-api error handling (#19550) 2022-12-21 16:11:35 +01:00
components FIX: Create original message user thread membership (#21808) 2023-05-29 17:37:17 +02:00
connectors DEV: Refactoring chat message actions for ChatMessage component usage in thread panel (#20756) 2023-04-06 15:19:52 +02:00
controllers DEV: Fix and improve chat system test for editing name and slug (#21810) 2023-05-29 18:00:59 +02:00
helpers UX: implements draft threads (#21361) 2023-05-05 08:55:55 +02:00
initializers UX: closes drawer on esc if input is not focused (#21772) 2023-05-26 18:48:45 +02:00
lib DEV: adds sendChatMessage client API (#21783) 2023-05-29 18:41:12 +02:00
models FEATURE: Improving thread list item and header (#21749) 2023-05-29 09:11:55 +02:00
modifiers/chat FIX: ensure sidepanel size is correctly applied when showing (#21701) 2023-05-23 20:13:58 +02:00
pre-initializers DEV: adds sendChatMessage client API (#21783) 2023-05-29 18:41:12 +02:00
routes FEATURE: Add user status to inline mentions in chat (#20564) 2023-05-24 16:55:20 +04:00
services DEV: adds sendChatMessage client API (#21783) 2023-05-29 18:41:12 +02:00
templates DEV: Remove renderTemplate from the styleguide (#21660) 2023-05-25 11:22:36 +02:00
widgets FIX: Thread mention read state and notification links (#21385) 2023-05-04 17:28:51 +02:00
admin-chat-route-map.js
chat-route-map.js FEATURE: Thread list initial UI (#21412) 2023-05-10 11:42:32 +02:00
preferences-chat-route-map.js