discourse/plugins/chat
Joffrey JAFFEUX 40f7941f2b
FIX: emoji-picker minor improvements (#30645)
- uses emojiSearch to ensure we have the same result than autocomplete when filtering emojis (for example search aliases were not working correctly because of this)
- reset the visible sections when clearing filter to ensure we are not attempting to display all the emojis at once which would be slow
- prevents flashing of the full emoji list before showing filtered results
- correctly reset recent favorites and only show them when used
2025-01-08 22:10:50 +01:00
..
admin/assets/javascripts DEV: unifies emoji picker (#28277) 2025-01-08 11:41:36 +01:00
app DEV: unifies emoji picker (#28277) 2025-01-08 11:41:36 +01:00
assets FIX: emoji-picker minor improvements (#30645) 2025-01-08 22:10:50 +01:00
config DEV: unifies emoji picker (#28277) 2025-01-08 11:41:36 +01:00
db DEV: Make sure chat migration is in plugin directory (#29867) 2024-11-20 14:50:15 -07:00
lib DEV: Extend the reviewables:populate rake task in chat (#30597) 2025-01-07 03:05:34 +03:00
public
spec DEV: unifies emoji picker (#28277) 2025-01-08 11:41:36 +01:00
test/javascripts DEV: unifies emoji picker (#28277) 2025-01-08 11:41:36 +01:00
plugin.rb DEV: Fix build (#30600) 2025-01-07 03:37:03 +03: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.