discourse/plugins/chat
chapoi 802fb3b194
UX: chat message thread indicator improvements (#22224)
- gridified the thread message indicator, alleviating some problems with positioning and overflow
participant avatars will overlap/smush on smaller size and mobile
- the excerpt went from 3 > 2 lines of wrapping on smaller size, still 1 line on large size
- dropped the copy of "last reply"
- fixed wrong line height
- moved the "x replies" over to the right near the participants, as that makes more sense
- using a bubble to indicate other participants, instead of copy

This PR introduces the @container query, which is experimental. Nothing will break when it's being viewed in a not-supported browser, but it will be less elegant.
2023-06-26 14:47:13 +02:00
..
app FEATURE: Export chat messages to CSV file (#22113) 2023-06-21 16:13:36 +04:00
assets UX: chat message thread indicator improvements (#22224) 2023-06-26 14:47:13 +02:00
config DEV: Cleanup unused chat route (#22231) 2023-06-21 12:45:28 -06:00
db FIX: Backfill chat thread memberships (#21971) 2023-06-14 13:54:51 +10:00
lib FEATURE: Export chat messages to CSV file (#22113) 2023-06-21 16:13:36 +04:00
public
spec DEV: Update the rubocop-discourse gem 2023-06-26 11:41:52 +02:00
test/javascripts FEATURE: Scroll to first message when clicking date in chat (#21926) 2023-06-20 15:58:38 +02:00
plugin.rb FEATURE: Export chat messages to CSV file (#22113) 2023-06-21 16:13:36 +04: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.