discourse/plugins/chat/assets/stylesheets
Joffrey JAFFEUX 52e8d57293
FEATURE: implements last read message for threads (#26702)
This commit will now allow us to track read position in a thread and returns to this position when you open the thread.

Note this commit is also extracting the following components to make it possible:
- `<ChatMessagesScroller />`
- `<ChatMessagesContainer />`

The `UpdateUserThreadLastRead` has been updated to allow this.

Various refactorings have also been done to the code and specs to improve the support of last read.
2024-04-25 10:47:54 +02:00
..
common FEATURE: implements last read message for threads (#26702) 2024-04-25 10:47:54 +02:00
desktop DEV: Convert mobile chat message actions to a modal (#26436) 2024-04-04 09:25:52 -03:00
mixins DEV: move chat scrollbar style to scollbar file (#25934) 2024-02-28 19:07:22 +01:00
mobile FEATURE: implements last read message for threads (#26702) 2024-04-25 10:47:54 +02:00
colors.scss