discourse/plugins/chat
Joffrey JAFFEUX 1403064835
FIX: correctly homogenizes panels min width (#21294)
`.chat-channel` had `300px` min width, when `.chat-drawer` was `250px`, resulting in overflowing channel when in drawer. This commits ensures the limits are always set at `250px`.
2023-04-28 13:05:00 +02:00
..
app FIX: Do not delete old chat messages if chat disabled (#21214) 2023-04-24 14:42:50 +10:00
assets FIX: correctly homogenizes panels min width (#21294) 2023-04-28 13:05:00 +02:00
config Update translations (#21145) 2023-04-25 17:23:21 +02:00
db DEV: Chat thread reply counter cache (#21050) 2023-04-11 15:40:25 +10:00
lib FEATURE: Reintroduce better thread reply counter cache (#21197) 2023-04-24 09:32:04 +10:00
public
spec UX: composer use BEM + small tweaks to enabled/disabled styling (#21246) 2023-04-28 10:24:49 +02:00
test/javascripts FIX: Improve chat route cleanup (#20557) 2023-04-26 18:18:23 +02:00
plugin.rb DEV: Improve add_to_serializer include_* options (#21220) 2023-04-24 12:17:51 +01:00
README.md DEV: Chat service object initial implementation (#19814) 2023-02-13 13:09:57 +01:00

This plugin is still in active development and may change frequently

Documentation

The Discourse Chat plugin adds chat functionality to your Discourse so it can natively support both long-form and short-form communication needs of your online community.

For user documentation, see Discourse Chat.

For developer documentation, see Discourse Documentation.