discourse/plugins/chat/app/serializers
Joffrey JAFFEUX 67c0498f64
DEV: rework the chat-live-pane
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 16:34:25 +01:00
..
admin_chat_index_serializer.rb
base_chat_channel_membership_serializer.rb PERF: Stop serializing user in ChatChannelSerializer#current_user_membership (#19527) 2022-12-22 05:30:06 +08:00
chat_channel_index_serializer.rb
chat_channel_search_serializer.rb
chat_channel_serializer.rb DEV: rework the chat-live-pane 2023-03-02 16:34:25 +01:00
chat_in_reply_to_serializer.rb
chat_message_serializer.rb DEV: rework the chat-live-pane 2023-03-02 16:34:25 +01:00
chat_message_user_serializer.rb FIX: correctly add user info data to message serializer (#20348) 2023-02-17 17:07:44 +01:00
chat_thread_original_message_serializer.rb FEATURE: Chat side panel with threads initial skeleton (#20209) 2023-02-14 11:38:41 +10:00
chat_thread_serializer.rb FEATURE: Chat side panel with threads initial skeleton (#20209) 2023-02-14 11:38:41 +10:00
chat_view_serializer.rb DEV: rework the chat-live-pane 2023-03-02 16:34:25 +01:00
chat_webhook_event_serializer.rb
direct_message_serializer.rb
incoming_chat_webhook_serializer.rb
reviewable_chat_message_serializer.rb
structured_channel_serializer.rb DEV: moves channel-archive-status to channels subscriptions (#19567) 2022-12-30 15:30:36 +01:00
user_chat_channel_membership_serializer.rb PERF: Stop serializing user in ChatChannelSerializer#current_user_membership (#19527) 2022-12-22 05:30:06 +08:00
user_chat_message_bookmark_serializer.rb
user_with_custom_fields_and_status_serializer.rb