discourse/plugins/chat/assets/javascripts/discourse/controllers
Joffrey JAFFEUX 6b0aeced7e
DEV: rework the chat-live-pane (#20519)
This PR is introducing glimmer usage in the chat-live-pane, for components but also for models. RestModel usage has been dropped in favor of native classes.

Other changes/additions in this PR:

sticky dates, scrolling will now keep the date separator of the current section at the top of the screen
better unread management, marking a channel as unread will correctly mark the correct message and not mark the whole channel as read. Tracking state will also now correctly return unread count and unread mentions.
adds an animation on bottom arrow
better scrolling behavior, we should now always correctly keep the scroll position while loading more
reactions are now more reactive, and will update their tooltip without needed to close/reopen it
skeleton has been improved with placeholder images and reactions
when making a reaction on the desktop message actions, the menu won't move anymore
simplify logic and stop maintaining a list of unloaded messages
2023-03-03 13:09:25 +01:00
..
admin-plugins-chat.js
chat-channel-archive-modal.js
chat-channel-delete-modal.js
chat-channel-edit-description.js FEATURE: Add word count and indicator when exceeded max (#19367) 2023-02-20 12:06:43 +01:00
chat-channel-edit-name-slug.js FEATURE: Allow editing channel slug (#19948) 2023-01-30 13:18:34 +10:00
chat-channel-index.js
chat-channel-info-about.js FEATURE: Allow editing channel slug (#19948) 2023-01-30 13:18:34 +10:00
chat-channel-info-members.js
chat-channel-info-settings.js
chat-channel-info.js DEV: start glimmer-ification and optimisations of chat plugin (#19531) 2022-12-21 13:21:02 +01:00
chat-channel-selector-modal.js
chat-channel-toggle.js DEV: routable chat part 2 (#20232) 2023-02-14 11:27:07 +01:00
chat-channel.js DEV: rework the chat-live-pane (#20519) 2023-03-03 13:09:25 +01:00
chat-draft-channel.js DEV: routable chat part 2 (#20232) 2023-02-14 11:27:07 +01:00
chat-index.js DEV: routable chat part 2 (#20232) 2023-02-14 11:27:07 +01:00
chat-message-move-to-channel-modal.js
chat.js FEATURE: Chat side panel with threads initial skeleton (#20209) 2023-02-14 11:38:41 +10:00
create-channel.js DEV: rework the chat-live-pane (#20519) 2023-03-03 13:09:25 +01:00
preferences-chat.js FEATURE: Chat header icon indicator preference (#20474) 2023-03-01 11:01:44 +10:00