discourse/plugins/chat/assets/javascripts/discourse
Joffrey JAFFEUX ab6c638da2
FIX: prevent default event on touchend reaction (#22588)
This was causing this event to cause other touch events down the road. For example click a reaction above the composer when the message action was opened could cause the composer to gain focus after the reaction was made.
2023-07-13 11:33:51 +02:00
..
adapters FIX: better chat-api error handling (#19550) 2022-12-21 16:11:35 +01:00
components FIX: prevent default event on touchend reaction (#22588) 2023-07-13 11:33:51 +02:00
connectors DEV: makes user-card-chat-button uses glimmer (#22496) 2023-07-10 14:04:26 +02:00
controllers DEV: makes chat modals use the new <DModal /> component (#22495) 2023-07-10 13:43:33 +02:00
helpers UX: implements draft threads (#21361) 2023-05-05 08:55:55 +02:00
initializers FEATURE: enable_public_channels site setting (#22565) 2023-07-13 10:00:25 +02:00
lib FIX: prevents user to restore message deleted by staff (#22571) 2023-07-13 10:16:15 +02:00
models FIX: prevents user to restore message deleted by staff (#22571) 2023-07-13 10:16:15 +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 FEATURE: enable_public_channels site setting (#22565) 2023-07-13 10:00:25 +02:00
services FIX: prevents user to restore message deleted by staff (#22571) 2023-07-13 10:16:15 +02:00
templates DEV: makes chat modals use the new <DModal /> component (#22495) 2023-07-10 13:43:33 +02: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: new jump to channel menu (#22383) 2023-07-05 18:18:27 +02:00
preferences-chat-route-map.js