discourse/plugins/chat/test/javascripts/unit
Joffrey JAFFEUX 2d567cee26
FEATURE: thread pagination (#22624)
Prior to this commit we were loading a large number of thread messages without any pagination. This commit attempts to fix this and also improves the following points:

- code sharing between channels and threads:
Attempts to reuse/share the code use in channels for threads. To make it possible part of this code has been extracted in dedicated helpers or has been improved to reduce the duplication needed.

Examples of extracted helpers:
- `stackingContextFix`: the ios hack for rendering bug when momentum scrolling is interrupted
- `scrollListToMessage`, `scrollListToTop`, `scrollListToBottom`:  a series of helper to correctly scroll to a specific position in the list of messages

- better general performance of listing messages:
One of the main changes which has been made is to remove the computation of visible message during scroll, it will only happen when needed (update last read for example). This constant recomputation of `message.visible` on intersection observer event while scrolling was consuming a lot of CPU time.
2023-07-27 09:57:03 +02:00
..
helpers DEV: various improvements to devex on chat (#21612) 2023-05-17 17:49:52 +02:00
lib DEV: Remove defunct TODOs (#19825) 2023-01-12 09:41:39 +10:00
services FIX: improves draft for channels (#21724) 2023-05-24 15:36:46 +02:00
utility FEATURE: thread pagination (#22624) 2023-07-27 09:57:03 +02:00