discourse/plugins/chat
Gary Pendergast b6c1e881be
FIX: Ensure popups from the chat composer dropdown gain focus (#30613)
When inserting anything from the chat composer dropdown, any popups opened weren't properly focussed.

This was due to the default behaviour of the dropdown menu closing, which tries to return the focus to the original triggering element. This would normally be the correct behaviour, but here we want the menu to close in the background, handing focus off to the popup, instead.
2025-01-07 17:34:01 +11:00
..
admin/assets/javascripts DEV: Introduce <DPageHeader /> and <DPageSubheader /> components (#30146) 2024-12-18 08:13:39 +10:00
app FIX: stuck notification for mentions within threads (#30546) 2025-01-06 17:26:37 +04:00
assets FIX: Ensure popups from the chat composer dropdown gain focus (#30613) 2025-01-07 17:34:01 +11:00
config UX: Admin setting page consistency - Group permissions (#30528) (#30578) 2025-01-07 11:25:21 +10: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 FIX: stuck notification for mentions within threads (#30546) 2025-01-06 17:26:37 +04:00
test/javascripts DEV: Run prettier correctly for bundled-plugin test directories (#30338) 2024-12-18 12:02:28 +00: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.