discourse/plugins/chat
Penar Musaraj 7776773a11
FIX: Simplify max-height calculation for chat composer (#29822)
In some rare cases, this was causing the input to be invisible. The
change here means the input will have a smaller max height, but since
here we are limiting this to 25% of the viewport height, it should be
more than fine.

It's also not necessary to include the `chat-header-offset`, it ends up
being only a few pixels' difference (since, again, it is divided by 4).
2024-11-19 12:18:05 -05:00
..
admin/assets/javascripts UX: Consistent styling for admin tables on mobile (#29360) 2024-10-23 16:26:21 -06:00
app DEV: adds blocks support to chat messages (#29782) 2024-11-19 07:07:58 +01:00
assets FIX: Simplify max-height calculation for chat composer (#29822) 2024-11-19 12:18:05 -05:00
config DEV: adds blocks support to chat messages (#29782) 2024-11-19 07:07:58 +01:00
db DEV: adds blocks support to chat messages (#29782) 2024-11-19 07:07:58 +01:00
lib DEV: adds blocks support to chat messages (#29782) 2024-11-19 07:07:58 +01:00
public
spec DEV: adds blocks support to chat messages (#29782) 2024-11-19 07:07:58 +01:00
test/javascripts DEV: Use the new hasHtml/includesHtml from qunit-dom (#29680) 2024-11-11 13:06:12 +01:00
plugin.rb PERF: auto join & leave chat channels (#29193) 2024-11-12 15:00:59 +11: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.