discourse/plugins/chat/assets/javascripts/discourse
Joffrey JAFFEUX a982b6765f
FIX: allows to resize panels on tablets (#22640)
On tablets like iPad where we allow channel and thread to be on the same screen, it was not possible to resize the panels due to code being thought for mouse events. This commit should now correctly allow for this.

The "resizer" has also been made larger to simplify touching.

No test as it's hard to test on iPad and dragging events are also complex.
2023-07-17 15:11:51 +02:00
..
adapters FIX: better chat-api error handling (#19550) 2022-12-21 16:11:35 +01:00
components FIX: allows to focus thread's composer on ipad (#22639) 2023-07-17 14:38:29 +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: Show unread in sidebar for unread channel threads (#22342) 2023-07-17 13:00:49 +10:00
lib FEATURE: Show unread in sidebar for unread channel threads (#22342) 2023-07-17 13:00:49 +10:00
models FEATURE: Show unread in sidebar for unread channel threads (#22342) 2023-07-17 13:00:49 +10:00
modifiers/chat FIX: allows to resize panels on tablets (#22640) 2023-07-17 15:11:51 +02:00
pre-initializers DEV: Added chat api to remove secondary actions (#21982) 2023-06-08 11:37:50 -03:00
routes FEATURE: Show unread in sidebar for unread channel threads (#22342) 2023-07-17 13:00:49 +10:00
services FEATURE: Show unread in sidebar for unread channel threads (#22342) 2023-07-17 13:00:49 +10: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