discourse/plugins/chat/assets/javascripts/discourse
Joffrey JAFFEUX aa2270e4c3
FIX: disables pointer events while showing menu (#22009)
This commit attempts to have a bullet proof solution to the following case:

- long press on message (finger is still pressed)
- menu appears
- a button is now at finger location
- user releases finger
- a click is triggered on the button

Classic event canceling solution won't work here for performance reasons as we need the event to be passive in a scroll list.
2023-06-08 19:35:08 +02:00
..
adapters FIX: better chat-api error handling (#19550) 2022-12-21 16:11:35 +01:00
components FIX: disables pointer events while showing menu (#22009) 2023-06-08 19:35:08 +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: prevents lightbox to close chat on escape (#22003) 2023-06-08 15:32:35 +02:00
lib DEV: Added chat api to remove secondary actions (#21982) 2023-06-08 11:37:50 -03:00
models DEV: refactor calls to message.cook when sending messages (#21934) 2023-06-08 18:21:22 +04:00
modifiers/chat REVERT: makes touchstart passive (#22004) 2023-06-08 15:31:49 +02:00
pre-initializers DEV: Added chat api to remove secondary actions (#21982) 2023-06-08 11:37:50 -03:00
routes FIX: prevents back history loop (#22001) 2023-06-08 14:35:29 +02:00
services REFACTOR: composer/thread (#21910) 2023-06-07 21:49:15 +02:00
templates REFACTOR: composer/thread (#21910) 2023-06-07 21:49:15 +02:00
widgets FIX: Thread mention read state and notification links (#21385) 2023-05-04 17:28:51 +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