discourse/plugins/chat/assets/javascripts/discourse
Jarek Radosz 038e5deb2a
DEV: Clean up imports (#28060)
* `@ember/owner` instead of `@ember/application`
* `discourse-i18n` instead of `I18n`
* `{ service } from "@ember/service"` instead of `inject as service`
2024-07-25 15:09:06 +02:00
..
adapters FIX: better chat-api error handling (#19550) 2022-12-21 16:11:35 +01:00
components DEV: Clean up imports (#28060) 2024-07-25 15:09:06 +02:00
connectors DEV: Convert mobile chat message actions to a modal (#26436) 2024-04-04 09:25:52 -03:00
controllers FEATURE: chat drawer navigation improvement (#27419) 2024-06-13 13:17:12 +04:00
helpers FIX: ensures last read is updated on new message (#26772) 2024-04-26 18:27:39 +02:00
initializers DEV: Remove summarization code (#27373) 2024-07-02 08:51:47 -07:00
lib DEV: Clean up imports (#28060) 2024-07-25 15:09:06 +02:00
models DEV: Clean up imports (#28060) 2024-07-25 15:09:06 +02:00
modifiers/chat FIX: ensures last read is updated on new message (#26772) 2024-04-26 18:27:39 +02:00
pre-initializers DEV: allows a context when creating a message (#25647) 2024-02-13 11:37:15 +01:00
routes FIX: do not reload identical route in drawer (#27992) 2024-07-19 22:27:32 +02:00
services DEV: Clean up imports (#28060) 2024-07-25 15:09:06 +02:00
templates FEATURE: allows browse page in chat drawer (#27919) 2024-07-16 12:34:37 +02:00
admin-chat-route-map.js
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