discourse/plugins/chat
Joffrey JAFFEUX ce801e3ff0
UX: improves support of window resize in chat (#24115)
- correctly respects min-width/height defined in css
- removes fixed width/height when resizing window
- reduces the min width of the side panel from 250px to 150px
2023-10-26 20:26:59 +02:00
..
app FIX: ensures users can open channel invites (#24067) 2023-10-24 18:51:33 +02:00
assets UX: improves support of window resize in chat (#24115) 2023-10-26 20:26:59 +02:00
config FEATURE: Add onebox support for chat threads (#23580) 2023-10-25 14:30:39 +02:00
db FEATURE: implements user based sidebar mode (#23078) 2023-08-18 20:33:07 +02:00
lib FIX: Optimize a slow query when mentioning groups in chat messages (#24103) 2023-10-26 17:37:54 +04:00
public
spec FEATURE: Add onebox support for chat threads (#23580) 2023-10-25 14:30:39 +02:00
test/javascripts FIX: ensures users can open channel invites (#24067) 2023-10-24 18:51:33 +02:00
plugin.rb DEV: Add meta_topic_id plugin metadata (#23838) 2023-10-10 10:16:13 +10: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.