discourse/plugins/chat
Joffrey JAFFEUX 41df705188
DEV: replaces topic-notifications-options by DMenu (#30298)
This commit introduces <NotificationsTracking /> which is a wrapper component around <DMenu /> which replaces the select-kit component <TopicNotificationsButton />.

Each tracking case has its dedicated component:

- topic -> `<TopicNotificationsTracking />`
- group -> `<GroupNotificationsTracking />`
- tag -> `<TagNotificationsTracking />`
- category -> `<CategoryNotificationsTracking />`
- chat thread -> `<ThreadNotificationsTracking />`
2024-12-16 19:59:18 +01:00
..
admin/assets/javascripts UX: Hide admin header for edit/new webhook (#30194) 2024-12-12 10:49:17 +11:00
app DEV: Unify params access in services 2024-12-13 11:13:18 +01:00
assets DEV: replaces topic-notifications-options by DMenu (#30298) 2024-12-16 19:59:18 +01:00
config UX: Rename private to personal messages in the interface (#29679) 2024-12-12 11:44:19 +11:00
db DEV: Make sure chat migration is in plugin directory (#29867) 2024-11-20 14:50:15 -07:00
lib FIX: add server-side limit for DM channels (#30300) 2024-12-16 18:36:29 +01:00
public
spec DEV: replaces topic-notifications-options by DMenu (#30298) 2024-12-16 19:59:18 +01:00
test/javascripts DEV: Use qunit-dom's hasValue wherever possible (#30018) 2024-12-01 20:37:24 +01:00
plugin.rb DEV: Display better output when inspecting service steps 2024-12-12 15:21:10 +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.