discourse/plugins/chat/assets/javascripts/discourse/lib
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
..
hashtag-types FEATURE: Add CSS class generation for category colors and hashtags (#20951) 2023-04-05 13:02:35 +10:00
chat-composer-buttons.js DEV: Refactoring chat message actions for ChatMessage component usage in thread panel (#20756) 2023-04-06 15:19:52 +02:00
chat-message-container.js UX: improves composer and thread panel (#21210) 2023-04-25 10:23:03 +02:00
chat-message-flag.js DEV: rework the chat-live-pane (#20519) 2023-03-03 13:09:25 +01:00
chat-message-interactor.js FIX: messages selection with shift + click (#21506) 2023-05-11 17:52:53 +02:00
chat-messages-manager.js UX: groups deleted messages (#21411) 2023-05-05 17:08:33 +02:00
chat-threads-manager.js FEATURE: Thread list initial UI (#21412) 2023-05-10 11:42:32 +02:00
collection.js DEV: Chat service object initial implementation (#19814) 2023-02-13 13:09:57 +01:00
simple-category-hash-mention-transform.js
slugify-channel.js DEV: /channel -> /c chat route rename (#19782) 2023-01-27 09:58:12 -03:00
textarea-interactor.js FIX: correctly differentiates channel/thread upload inputs (#21301) 2023-04-28 19:08:55 +02:00
zoom-check.js