discourse/plugins/chat/assets/javascripts/discourse
Martin Brennan 4f509b045c
FIX: Regression with chat shift+select messages (#20305)
Followup to b94fa3b87a,
which broke the functionality to click on a message
checkbox, hold shift, then click another one, and have
the messages inbetween selected. Add system spec to
catch this.
2023-02-15 08:49:56 +01:00
..
adapters FIX: better chat-api error handling (#19550) 2022-12-21 16:11:35 +01:00
components FIX: Regression with chat shift+select messages (#20305) 2023-02-15 08:49:56 +01:00
connectors DEV: Apply prettier to hbs files 2022-12-28 13:11:12 +00:00
controllers DEV: routable chat part 2 (#20232) 2023-02-14 11:27:07 +01:00
helpers DEV: Remove chat_channel_id from chat-live-pane details (#20302) 2023-02-15 08:27:09 +01:00
initializers DEV: refactors routes to simplify using outlet (#20179) 2023-02-07 13:59:32 +01:00
lib DEV: Chat service object initial implementation (#19814) 2023-02-13 13:09:57 +01:00
models DEV: changes <ChatMessage> to use @glimmer (#20056) 2023-02-14 19:34:55 +01:00
modifiers/chat FEATURE: resizeable chat drawer (#20160) 2023-02-03 15:11:12 +01:00
pre-initializers DEV: Chat service object initial implementation (#19814) 2023-02-13 13:09:57 +01:00
routes DEV: routable chat part 2 (#20232) 2023-02-14 11:27:07 +01:00
services DEV: routable chat part 2 (#20232) 2023-02-14 11:27:07 +01:00
templates DEV: routable chat part 2 (#20232) 2023-02-14 11:27:07 +01:00
widgets DEV: Pass messageId as a dynamic segment instead of a query param (#20013) 2023-02-01 12:39:23 -03:00
admin-chat-route-map.js
chat-route-map.js FEATURE: Chat side panel with threads initial skeleton (#20209) 2023-02-14 11:38:41 +10:00
preferences-chat-route-map.js