discourse/plugins/chat
Joffrey JAFFEUX 08df8fc1d1
UX: enhances chat copy features (#23770)
- Allows to copy quotes from mobile
- Allows to copy text of a message from mobile
- Allows to select messages by clicking on it when selection has started

Note this commit is also now using toasts to show a confirmation of copy, and refactors system specs helpers concerning secondary actions.

<!-- NOTE: All pull requests should have tests (rspec in Ruby, qunit in JavaScript). If your code does not include test coverage, please include an explanation of why it was omitted. -->
2023-10-04 16:14:37 +02:00
..
app FIX: ensures we reuse existing thread if existing (#23618) 2023-09-26 10:15:16 +02:00
assets UX: enhances chat copy features (#23770) 2023-10-04 16:14:37 +02:00
config UX: enhances chat copy features (#23770) 2023-10-04 16:14:37 +02:00
db FEATURE: implements user based sidebar mode (#23078) 2023-08-18 20:33:07 +02:00
lib FEATURE: add outgoing web hooks for Chat messages 2023-09-13 17:31:42 -03:00
public
spec UX: enhances chat copy features (#23770) 2023-10-04 16:14:37 +02:00
test/javascripts DEV: Modernize chat getOwner usage (#23671) 2023-09-26 18:05:34 +01:00
plugin.rb UX: enhances chat copy features (#23770) 2023-10-04 16:14:37 +02: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.