discourse/plugins/chat
David Battersby 4404b6808c
UX: expand threads list tap area on mobile (#26818)
This change adds a wrapper link around the thread list details on mobile to make the click area larger.

We also update child div elements to span to ensure valid html, since the link is an inline element and divs are block level.

---------

Co-authored-by: chapoi <101828855+chapoi@users.noreply.github.com>
2024-05-09 12:45:02 +04:00
..
app FIX: allows bots to create/update/stream messages (#26900) 2024-05-07 15:17:42 +02:00
assets UX: expand threads list tap area on mobile (#26818) 2024-05-09 12:45:02 +04:00
config Update translations (#26903) 2024-05-07 09:31:46 -04:00
db FEATURE: encourage users to set chat thread titles (#26617) 2024-04-29 17:20:01 +08:00
lib FIX: allows bots to create/update/stream messages (#26900) 2024-05-07 15:17:42 +02:00
public
spec FIX: ensures chat notifications links work with subfolder (#26938) 2024-05-08 14:47:15 +02:00
test/javascripts DEV: allows for multiple menus/tooltips (#26823) 2024-05-07 23:48:44 +02:00
plugin.rb FEATURE: encourage users to set chat thread titles (#26617) 2024-04-29 17:20:01 +08: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.