discourse/plugins/chat
David Taylor 06d32a8a89
DEV: Refactor uppy component mixins into standalone classes (#28710)
This commit replaces all uppy-related mixins with standalone classes. The main entrypoint is now lib/uppy/uppy-upload.js, which has a list of its config options listed at the top of the file. Functionality & logic is completely unchanged.

The uppy-upload mixin is replaced with a backwards-compatibility shim, which will allow us to migrate to the new pattern incrementally.
2024-10-16 11:15:19 +01:00
..
admin/assets/javascripts UX: Automatically collapse admin page header buttons on mobile (#29040) 2024-10-08 08:28:32 +10:00
app DEV: Remove logical OR assignment of constants (#29201) 2024-10-16 10:09:07 +08:00
assets DEV: Refactor uppy component mixins into standalone classes (#28710) 2024-10-16 11:15:19 +01:00
config Update translations (#29212) 2024-10-16 17:52:01 +09:00
db DEV: Remove logical OR assignment of constants (#29201) 2024-10-16 10:09:07 +08:00
lib FIX: trashed channel thread view bug (#29192) 2024-10-14 17:45:50 +04:00
public
spec FIX: trashed channel thread view bug (#29192) 2024-10-14 17:45:50 +04:00
test/javascripts DEV: Convert more test assertions to qunit-dom (#29214) 2024-10-15 17:11:20 +02:00
README.md
plugin.rb FIX: adds post_quote as placeholder (#29083) 2024-10-08 21:55:11 +09: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.