discourse/plugins/chat
Alan Guo Xiang Tan 832b3b9e60
FEATURE: Remove support for legacy navigation menu (#23752)
Why this change?

Back in May 17 2023 along with the release of Discourse 3.1, we announced
on meta that the legacy hamburger dropdown navigation menu is
deprecated and will be dropped in Discourse 3.2. This is the link to the announcement
on meta: https://meta.discourse.org/t/removing-the-legacy-hamburger-navigation-menu-option/265274

## What does this change do?

This change removes the `legacy` option from the `navigation_menu` site
setting and migrates existing sites on the `legacy` option to the
`header dropdown` option.

All references to the `legacy` option in code and tests have been
removed as well.
2023-10-09 07:24:10 +08:00
..
app UX: remove excerpt + style change to thread list item (#23776) 2023-10-06 15:11:04 +02:00
assets UX: thread list fixes for alignment and more spacing on mobile (#23823) 2023-10-07 11:06:16 +02:00
config UX: enhances chat copy features (#23770) 2023-10-04 16:14:37 +02:00
db FEATURE: implements user based sidebar mode (#23078) 2023-08-18 20:33:07 +02:00
lib FEATURE: add outgoing web hooks for Chat messages 2023-09-13 17:31:42 -03:00
public
spec FEATURE: Remove support for legacy navigation menu (#23752) 2023-10-09 07:24:10 +08:00
test/javascripts DEV: Increase tests' stability by testing tooltips separately (#23516) 2023-10-06 16:51:31 +04:00
plugin.rb DEV: Revert hide_plugin for chat (#23792) 2023-10-05 19:05:59 +10: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.