discourse/plugins/chat/assets/javascripts/discourse
Joffrey JAFFEUX 898c75a05c
FIX: ensures swipe works with scroll (#23508)
- do not prevent the event (it was a violation anyways as the touchstart is passive)
- waits for at least 25px horizontal move before showing the remove action, it avoids showing the remove while scrolling and moving a little bit horizontally
2023-09-11 15:39:54 +02:00
..
adapters FIX: better chat-api error handling (#19550) 2022-12-21 16:11:35 +01:00
components FIX: ensures swipe works with scroll (#23508) 2023-09-11 15:39:54 +02:00
connectors FIX: correctly check chat tab is present (#23200) 2023-08-23 13:06:29 +02:00
controllers FEATURE: implements user based sidebar mode (#23078) 2023-08-18 20:33:07 +02:00
helpers UX: implements draft threads (#21361) 2023-05-05 08:55:55 +02:00
initializers DEV: no need to track status of a deleted user (#22836) 2023-09-04 17:00:09 +04:00
lib DEV: Use Notice API for mention warnings (#23238) 2023-09-01 09:07:23 -05:00
models FIX: Do not consider code-blocks when parsing mentions (#23280) 2023-09-07 16:13:13 +04:00
modifiers/chat FIX: Resize-modifier event listener cleanup (#23166) 2023-08-21 14:14:52 +02:00
pre-initializers DEV: Added chat api to remove secondary actions (#21982) 2023-06-08 11:37:50 -03:00
routes FIX: correctly check chat tab is present (#23200) 2023-08-23 13:06:29 +02:00
services FIX: Do not consider code-blocks when parsing mentions (#23280) 2023-09-07 16:13:13 +04:00
templates DEV: Update DButton uses (#23333) 2023-08-31 11:49:35 +02:00
widgets FEATURE: implements user based sidebar mode (#23078) 2023-08-18 20:33:07 +02:00
admin-chat-route-map.js
chat-route-map.js DEV: removes deprecated code (#23183) 2023-08-22 15:53:37 +02:00
preferences-chat-route-map.js