This repository has been archived on 2023-03-18. You can view files and clone it, but cannot push or open issues or pull requests.
osr-discourse-src/plugins/chat/assets/javascripts/discourse/templates
Joffrey JAFFEUX 10e1831139
DEV: rework the chat-live-pane (#20511)
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-02 19:46:03 +01:00
..
connectors/below-footer DEV: Apply prettier to hbs files 2022-12-28 13:11:12 +00:00
modal DEV: rework the chat-live-pane (#20511) 2023-03-02 19:46:03 +01:00
preferences FEATURE: Chat header icon indicator preference (#20474) 2023-03-01 11:01:44 +10:00
admin-plugins-chat.hbs DEV: Apply prettier to hbs files 2022-12-28 13:11:12 +00:00
chat-browse-all.hbs DEV: Apply prettier to hbs files 2022-12-28 13:11:12 +00:00
chat-browse-archived.hbs DEV: Apply prettier to hbs files 2022-12-28 13:11:12 +00:00
chat-browse-closed.hbs DEV: Apply prettier to hbs files 2022-12-28 13:11:12 +00:00
chat-browse-open.hbs DEV: Apply prettier to hbs files 2022-12-28 13:11:12 +00:00
chat-browse.hbs DEV: Apply prettier to hbs files 2022-12-28 13:11:12 +00:00
chat-channel-info-about.hbs DEV: /channel -> /c chat route rename (#19782) 2023-01-27 09:58:12 -03:00
chat-channel-info-members.hbs DEV: Apply prettier to hbs files 2022-12-28 13:11:12 +00:00
chat-channel-info-settings.hbs DEV: Apply prettier to hbs files 2022-12-28 13:11:12 +00:00
chat-channel-info.hbs DEV: refactors routes to simplify using outlet (#20179) 2023-02-07 13:59:32 +01:00
chat-channel-near-message.hbs DEV: Pass messageId as a dynamic segment instead of a query param (#20013) 2023-02-01 12:39:23 -03:00
chat-channel-thread.hbs FEATURE: Chat side panel with threads initial skeleton (#20209) 2023-02-14 11:38:41 +10:00
chat-channel.hbs FEATURE: Chat side panel with threads initial skeleton (#20209) 2023-02-14 11:38:41 +10:00
chat-draft-channel.hbs DEV: routable chat part 2 (#20232) 2023-02-14 11:27:07 +01:00
chat-index.hbs DEV: routable chat part 2 (#20232) 2023-02-14 11:27:07 +01:00
chat.hbs FEATURE: Chat side panel with threads initial skeleton (#20209) 2023-02-14 11:38:41 +10:00