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/services
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
..
chat-api.js DEV: rework the chat-live-pane 2023-03-02 16:34:25 +01:00
chat-audio-manager.js FIX: uses CDN when available for chat mp3 sounds (#19341) 2022-12-06 16:27:59 +01:00
chat-channel-info-route-origin-manager.js DEV: Move discourse-chat to the core repo. (#18776) 2022-11-02 10:41:30 -03:00
chat-channels-manager.js DEV: rework the chat-live-pane 2023-03-02 16:34:25 +01:00
chat-composer-presence-manager.js DEV: Move discourse-chat to the core repo. (#18776) 2022-11-02 10:41:30 -03:00
chat-composer-warnings-tracker.js REFACTOR: Move mention warnings logic into a separate service. (#19465) 2023-02-03 15:38:30 -03:00
chat-drawer-router.js DEV: routable chat part 2 (#20232) 2023-02-14 11:27:07 +01:00
chat-drawer-size.js FEATURE: resizeable chat drawer (#20160) 2023-02-03 15:11:12 +01:00
chat-emoji-picker-manager.js FIX: Emoji autocomplete “more” button not working in chat (#20113) 2023-02-02 15:04:52 -03:00
chat-emoji-reaction-store.js DEV: Move discourse-chat to the core repo. (#18776) 2022-11-02 10:41:30 -03:00
chat-guardian.js DEV: Move discourse-chat to the core repo. (#18776) 2022-11-02 10:41:30 -03:00
chat-notification-manager.js FIX: Correctly update _subscribedTo* props (#20351) 2023-02-17 21:45:21 +01:00
chat-state-manager.js DEV: routable chat part 2 (#20232) 2023-02-14 11:27:07 +01:00
chat-subscriptions-manager.js DEV: rework the chat-live-pane 2023-03-02 16:34:25 +01:00
chat.js DEV: rework the chat-live-pane 2023-03-02 16:34:25 +01:00
emoji-picker-scroll-observer.js DEV: Move discourse-chat to the core repo. (#18776) 2022-11-02 10:41:30 -03:00