discourse/plugins/chat
Sérgio Saquetim 08d5cf01cd
FIX: Don't override other sidebar panels when opening/closing the chat drawer (#29144)
This commit fixes an issue where the following happens:

1. The user opens a page where an alternative sidebar panel is displayed like /admin or other page where a plugin is displaying an alternative sidebar like the `docs-categories` plugin
2. Clicking the chat icon in the header and opening the drawer, or if you just minimize chat into drawer after it opens full-screen
3. The alternative sidebar panel is lost and reverted to the main panel.
2024-10-09 20:29:19 -03:00
..
admin/assets/javascripts UX: Automatically collapse admin page header buttons on mobile (#29040) 2024-10-08 08:28:32 +10:00
app DEV: consolidate chat channel notification settings (#29080) 2024-10-08 13:13:01 +04:00
assets FIX: Don't override other sidebar panels when opening/closing the chat drawer (#29144) 2024-10-09 20:29:19 -03:00
config Update translations (#29123) 2024-10-08 20:21:43 +02:00
db DEV: consolidate chat channel notification settings (#29080) 2024-10-08 13:13:01 +04:00
lib DEV: Drop WithServiceHelper 2024-09-05 09:58:20 +02:00
public
spec DEV: Call Discourse.redis.flushdb after the end of each test (#29117) 2024-10-09 07:19:31 +08:00
test/javascripts DEV: cleanup chat desktop notification data (#28943) 2024-10-03 12:43:17 +04:00
plugin.rb FIX: adds post_quote as placeholder (#29083) 2024-10-08 21:55:11 +09: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.