discourse/plugins/chat/assets/javascripts/discourse
Joffrey JAFFEUX d38acc5df1
DEV: discourse-emojis gem (#31408)
This commit moves most of emoji logic into the discourse-emojis gem:
https://github.com/discourse/discourse-emojis/

Most notably:
- images are now symlinked from the gem
- the gem provides path to the json files

Search aliases have also been made asynchronous and memoized. When you
will search for an emoji we will now load the aliases and store the list
for future use.

---------

Co-authored-by: David Taylor <david@taylorhq.com>
2025-03-03 13:09:08 +01:00
..
adapters FIX: better chat-api error handling (#19550) 2022-12-21 16:11:35 +01:00
components DEV: discourse-emojis gem (#31408) 2025-03-03 13:09:08 +01:00
connectors DEV: Change dIcon to icon in components (#31083) 2025-01-31 10:55:31 +10:00
controllers UX: adds chat send shortcut user preference (#30473) 2025-01-22 13:17:45 +01:00
helpers DEV: Move discourse-common/(utils|lib) to discourse/lib (#30733) 2025-01-13 13:02:49 +00:00
initializers DEV: Refactor chat HTML decorating (#31309) 2025-02-14 11:34:39 +00:00
lib DEV: Refactor chat HTML decorating (#31309) 2025-02-14 11:34:39 +00:00
models FEATURE: Allow admins to remove users from chat DMs (#31366) 2025-02-20 15:16:57 +08:00
modifiers/chat DEV: Move discourse-common/(utils|lib) to discourse/lib (#30733) 2025-01-13 13:02:49 +00:00
pre-initializers DEV: allows a context when creating a message (#25647) 2024-02-13 11:37:15 +01:00
routes FIX: correctly closes panels in threads (#31013) 2025-01-27 16:34:56 +01:00
services DEV: allows to add a draft without persisting it (#31457) 2025-02-22 01:29:12 +01:00
templates UX: adds chat send shortcut user preference (#30473) 2025-01-22 13:17:45 +01:00
admin-chat-route-map.js UX: Hide admin header for edit/new webhook (#30194) 2024-12-12 10:49:17 +11:00
chat-route-map.js FEATURE: Create a link to start a new chat (#25722) 2024-02-20 18:08:57 +08:00
preferences-chat-route-map.js