discourse/plugins/chat
Loïc Guitaut a589b48f9a DEV: Display better output when inspecting service steps
This patch aims to improve the steps inspector output:
- The service class name is displayed at the top.
- Next to each step is displayed the time it took to run said step.
- Steps that didn’t run are hidden.
- `#inspect` automatically outputs the error when it is present.
2024-12-12 15:21:10 +01:00
..
admin/assets/javascripts UX: Hide admin header for edit/new webhook (#30194) 2024-12-12 10:49:17 +11:00
app UX: Hide admin header for edit/new webhook (#30194) 2024-12-12 10:49:17 +11:00
assets UX: Hide admin header for edit/new webhook (#30194) 2024-12-12 10:49:17 +11: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 PERF: Optimize query for finding users with unread chat messages (#29964) 2024-11-28 15:28:37 +01:00
public
spec DEV: Display better output when inspecting service steps 2024-12-12 15:21:10 +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

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.