discourse/plugins/chat/assets/javascripts/discourse
Joffrey JAFFEUX 0ab572fbf0
FIX: longer touch for active message (#22279)
Moving from 50ms to 125ms, it should limit cases where message is activated during scroll.
2023-06-26 16:59:10 +02:00
..
adapters FIX: better chat-api error handling (#19550) 2022-12-21 16:11:35 +01:00
components FIX: longer touch for active message (#22279) 2023-06-26 16:59:10 +02:00
connectors DEV: Refactoring chat message actions for ChatMessage component usage in thread panel (#20756) 2023-04-06 15:19:52 +02:00
controllers DEV: Fix and improve chat system test for editing name and slug (#21810) 2023-05-29 18:00:59 +02:00
helpers UX: implements draft threads (#21361) 2023-05-05 08:55:55 +02:00
initializers FIX: Add aria-label attribute to cooked hashtags (#22182) 2023-06-20 15:47:17 +10:00
lib FEATURE: Scroll to first message when clicking date in chat (#21926) 2023-06-20 15:58:38 +02:00
models FEATURE: Scroll to first message when clicking date in chat (#21926) 2023-06-20 15:58:38 +02:00
modifiers/chat REFACTOR: <ChatMessage> component (#22172) 2023-06-19 09:50:54 +02:00
pre-initializers DEV: Added chat api to remove secondary actions (#21982) 2023-06-08 11:37:50 -03:00
routes FIX: scroll top after chat activation (#21952) 2023-06-09 17:51:35 +02:00
services FEATURE: Export chat messages to CSV file (#22113) 2023-06-21 16:13:36 +04:00
templates FEATURE: Export chat messages to CSV file (#22113) 2023-06-21 16:13:36 +04:00
widgets DEV: implements styleguide for chat header icon (#22033) 2023-06-09 18:40:34 +02:00
admin-chat-route-map.js
chat-route-map.js FEATURE: Thread list initial UI (#21412) 2023-05-10 11:42:32 +02:00
preferences-chat-route-map.js