discourse/plugins/chat
Joffrey JAFFEUX c74fa300e7
FEATURE: allows browse page in chat drawer (#27919)
This commit ensures the browse page can be loaded in the drawer and doesn’t force full page mode.

Other notable changes of this commit:
- be consistent about wrapping each full page route with "c-routes.--route-name" and each drawer container with "c-drawer-routes.--route-name"
- move browse channels into its own component, it was before in the template of the channels browse
2024-07-16 12:34:37 +02:00
..
app FIX: update order of chat message service steps (#27889) 2024-07-12 11:56:07 +04:00
assets FEATURE: allows browse page in chat drawer (#27919) 2024-07-16 12:34:37 +02:00
config Update translations (#27790) 2024-07-09 23:12:03 +02:00
db FEATURE: prevent chat emails for messages created via SDK (#27875) 2024-07-12 10:57:14 +04:00
lib FEATURE: prevent chat emails for messages created via SDK (#27875) 2024-07-12 10:57:14 +04:00
public
spec FEATURE: allows browse page in chat drawer (#27919) 2024-07-16 12:34:37 +02:00
test/javascripts DEV: Convert some tests to qunit-dom (#27577) 2024-06-23 22:34:15 +02:00
plugin.rb FEATURE: created edit and delete flags (#27484) 2024-07-03 08:45:37 +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.