discourse/plugins/chat
Joffrey JAFFEUX b546c31b7f
UI: simplify chat thread title (#29998)
We were using a complex logic to make it change size based on scroll position but this was imperfect and not visually pleasing. Also the title had been made a button which was causing the ellipsis to not work correctly, and I would prefer to not mix page knowledge (thread) with title component so I made this click logic directly in the chat-thread component.

---------

Co-authored-by: Jordan Vidrine <jordan@jordanvidrine.com>
2024-11-29 22:39:18 +01:00
..
admin/assets/javascripts DEV: Bump @discourse/lint-configs and autofix (#29847) 2024-11-20 14:15:04 +00:00
app FIX: serializes interaction for direct messages (#29844) 2024-11-20 11:26:12 +01:00
assets UI: simplify chat thread title (#29998) 2024-11-29 22:39:18 +01:00
config Update translations (#29934) 2024-11-26 23:14:56 +01:00
db DEV: Make sure chat migration is in plugin directory (#29867) 2024-11-20 14:50:15 -07:00
lib PERF: Optimize query for finding users with unread chat messages (#29964) 2024-11-28 15:28:37 +01:00
public
spec FIX: show urgent badge for mentions in DM threads (#29821) 2024-11-29 12:52:55 +04:00
test/javascripts UI: simplify chat thread title (#29998) 2024-11-29 22:39:18 +01:00
plugin.rb FIX: simplify desktop notifications behavior (#29957) 2024-11-27 17:33:31 +01: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.