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
Joffrey JAFFEUX b5e736504a
PERF: applies optimisations on chat-live pane (#20532)
- group writes when computing separators positions
- shows skeleton only on initial load
- forces date separator to be pinned when first message to prevent a pinned - not pinned - pinned sequence when loading more in past
- relies on `message.visible` property instead of checking `isElementInViewport`
- attempts to load next/prev messages earlier
- do not scroll to on fetch more
- hides `last visit` text while pinned
2023-03-06 16:42:11 +01:00
..
adapters FIX: better chat-api error handling (#19550) 2022-12-21 16:11:35 +01:00
components PERF: applies optimisations on chat-live pane (#20532) 2023-03-06 16:42:11 +01:00
connectors UX: update user chat preference link for new nav (#20518) 2023-03-03 06:50:47 +08:00
controllers DEV: rework the chat-live-pane (#20519) 2023-03-03 13:09:25 +01:00
helpers DEV: rework the chat-live-pane (#20519) 2023-03-03 13:09:25 +01:00
initializers FIX: prevents exception on required login sites with chat (#20525) 2023-03-03 17:40:23 +01:00
lib DEV: rework the chat-live-pane (#20519) 2023-03-03 13:09:25 +01:00
models PERF: applies optimisations on chat-live pane (#20532) 2023-03-06 16:42:11 +01:00
modifiers/chat PERF: applies optimisations on chat-live pane (#20532) 2023-03-06 16:42:11 +01:00
pre-initializers DEV: Chat service object initial implementation (#19814) 2023-02-13 13:09:57 +01:00
routes FIX: do not refresh when accessing loaded reply (#20526) 2023-03-06 10:09:21 +01:00
services PERF: applies optimisations on chat-live pane (#20532) 2023-03-06 16:42:11 +01:00
templates DEV: rework the chat-live-pane (#20519) 2023-03-03 13:09:25 +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 DEV: Move discourse-chat to the core repo. (#18776) 2022-11-02 10:41:30 -03:00
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 DEV: Move discourse-chat to the core repo. (#18776) 2022-11-02 10:41:30 -03:00