discourse/plugins/chat
Joffrey JAFFEUX 21c8376679
DEV: removes non needed special case (#30638)
Now that we correctly await for the modal to close, we dont need to special case and disable focusTrigger, the flow will now be:

- click an element of the menu
- wait for modal to close
- focus trigger
- trigger action, which will eventually open a modal and attempt to focus the first item
2025-01-08 11:59:16 +01:00
..
admin/assets/javascripts DEV: unifies emoji picker (#28277) 2025-01-08 11:41:36 +01:00
app DEV: unifies emoji picker (#28277) 2025-01-08 11:41:36 +01:00
assets DEV: removes non needed special case (#30638) 2025-01-08 11:59:16 +01:00
config DEV: unifies emoji picker (#28277) 2025-01-08 11:41:36 +01:00
db DEV: Make sure chat migration is in plugin directory (#29867) 2024-11-20 14:50:15 -07:00
lib DEV: Extend the reviewables:populate rake task in chat (#30597) 2025-01-07 03:05:34 +03:00
public
spec DEV: unifies emoji picker (#28277) 2025-01-08 11:41:36 +01:00
test/javascripts DEV: unifies emoji picker (#28277) 2025-01-08 11:41:36 +01:00
plugin.rb DEV: Fix build (#30600) 2025-01-07 03:37:03 +03: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.