discourse/plugins/chat
Joffrey JAFFEUX 898c75a05c
FIX: ensures swipe works with scroll (#23508)
- do not prevent the event (it was a violation anyways as the touchstart is passive)
- waits for at least 25px horizontal move before showing the remove action, it avoids showing the remove while scrolling and moving a little bit horizontally
2023-09-11 15:39:54 +02:00
..
app DEV: active record validations for maxlength on text columns (#23499) 2023-09-11 17:05:02 +08:00
assets FIX: ensures swipe works with scroll (#23508) 2023-09-11 15:39:54 +02:00
config UX: implements swipe on row channel (#23436) 2023-09-11 14:51:13 +02:00
db FEATURE: implements user based sidebar mode (#23078) 2023-08-18 20:33:07 +02:00
lib DEV: Migrate `Chat::MessageCreator` to a service (#22390) 2023-09-07 08:57:29 +02:00
public DEV: Move `discourse-chat` to the core repo. (#18776) 2022-11-02 10:41:30 -03:00
spec UX: implements swipe on row channel (#23436) 2023-09-11 14:51:13 +02:00
test/javascripts FIX: Do not consider code-blocks when parsing mentions (#23280) 2023-09-07 16:13:13 +04:00
README.md DEV: Chat service object initial implementation (#19814) 2023-02-13 13:09:57 +01:00
plugin.rb FIX: ensures automation can send chat message (#23478) 2023-09-08 16:37:05 +02:00

README.md

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.