discourse/plugins/chat/assets/javascripts/discourse
Joffrey JAFFEUX f4b56ea455
UX: orders public channels by slug instead of title (#20188)
Public channels were previously sorted by name, however, channels with a leading emoji in the name would always appear first in the list. By using slug we avoid this issue.
2023-02-07 10:36:28 +01:00
..
adapters FIX: better chat-api error handling (#19550) 2022-12-21 16:11:35 +01:00
components FEATURE: Inline audio player for chat uploads (#20175) 2023-02-06 16:00:03 +10:00
connectors DEV: Apply prettier to hbs files 2022-12-28 13:11:12 +00:00
controllers DEV: Pass messageId as a dynamic segment instead of a query param (#20013) 2023-02-01 12:39:23 -03:00
helpers DEV: Pass messageId as a dynamic segment instead of a query param (#20013) 2023-02-01 12:39:23 -03:00
initializers DEV: Pass messageId as a dynamic segment instead of a query param (#20013) 2023-02-01 12:39:23 -03:00
lib DEV: /channel -> /c chat route rename (#19782) 2023-01-27 09:58:12 -03:00
models DEV: /channel -> /c chat route rename (#19782) 2023-01-27 09:58:12 -03:00
modifiers/chat FEATURE: resizeable chat drawer (#20160) 2023-02-03 15:11:12 +01:00
pre-initializers
routes DEV: Pass messageId as a dynamic segment instead of a query param (#20013) 2023-02-01 12:39:23 -03:00
services UX: orders public channels by slug instead of title (#20188) 2023-02-07 10:36:28 +01:00
templates DEV: Correct hbs prettier violations 2023-02-02 13:03:11 +00:00
widgets DEV: Pass messageId as a dynamic segment instead of a query param (#20013) 2023-02-01 12:39:23 -03:00
admin-chat-route-map.js
chat-route-map.js DEV: Pass messageId as a dynamic segment instead of a query param (#20013) 2023-02-01 12:39:23 -03:00
preferences-chat-route-map.js