discourse/plugins/chat/assets/javascripts/discourse/routes
Joffrey JAFFEUX 92bb845db2
FIX: messages selection with shift + click (#21506)
This commit fixes the shift+click multi selection in threads. We were not correctly using the manager of the message and would attempt to find messages in the channel instead of the thread.

The `activeThread` was also not correctly set sometimes.

Also adds tests for message selection in threads.
2023-05-11 17:52:53 +02:00
..
admin-plugins-chat.js
chat-browse-archived.js DEV: start glimmer-ification and optimisations of chat plugin (#19531) 2022-12-21 13:21:02 +01:00
chat-browse-index.js DEV: Change setActiveChannel to get/set in services/chat (#20237) 2023-02-10 11:41:29 +01:00
chat-channel-decorator.js FIX: Improve chat route cleanup (#20557) 2023-04-26 18:18:23 +02:00
chat-channel-info-about.js DEV: start glimmer-ification and optimisations of chat plugin (#19531) 2022-12-21 13:21:02 +01:00
chat-channel-info-index.js DEV: start glimmer-ification and optimisations of chat plugin (#19531) 2022-12-21 13:21:02 +01:00
chat-channel-info-members.js DEV: start glimmer-ification and optimisations of chat plugin (#19531) 2022-12-21 13:21:02 +01:00
chat-channel-info-settings.js DEV: start glimmer-ification and optimisations of chat plugin (#19531) 2022-12-21 13:21:02 +01:00
chat-channel-info.js DEV: refactors routes to simplify using outlet (#20179) 2023-02-07 13:59:32 +01:00
chat-channel-legacy.js DEV: refactors routes to simplify using outlet (#20179) 2023-02-07 13:59:32 +01:00
chat-channel-near-message.js DEV: refactors routes to simplify using outlet (#20179) 2023-02-07 13:59:32 +01:00
chat-channel-thread.js FIX: messages selection with shift + click (#21506) 2023-05-11 17:52:53 +02:00
chat-channel-threads.js FEATURE: Thread list initial UI (#21412) 2023-05-10 11:42:32 +02:00
chat-channel.js FIX: ensures thread is cleared when closing it (#21264) 2023-04-26 20:37:58 +02:00
chat-draft-channel.js DEV: Change setActiveChannel to get/set in services/chat (#20237) 2023-02-10 11:41:29 +01:00
chat-index.js DEV: routable chat part 2 (#20232) 2023-02-14 11:27:07 +01:00
chat-message.js DEV: Pass messageId as a dynamic segment instead of a query param (#20013) 2023-02-01 12:39:23 -03:00
chat.js FEATURE: Thread list initial UI (#21412) 2023-05-10 11:42:32 +02:00
preferences-chat.js FIX: correctly allows admin to visit a user chat's preferences page (#19619) 2022-12-23 21:18:09 +01:00