discourse/plugins/chat/spec
Joffrey JAFFEUX 73be7b3dd8
FIX: improves unread state precision (#20615)
- Will consider a message read only one the bottom of the message has been read
- Will allow to mark a message bigger than the view port as read
- Code should be more performant as the scroll is doing less (albeit more often)
- Gives us a very precise scroll state. Problem with throttling scroll is that you could end up never getting the even where scrollTop is at 0, opening a whole range of edge cases to handle
2023-03-09 19:06:33 +01:00
..
components DEV: Always create chat mention records (#20470) 2023-03-07 19:07:11 +04:00
fabricators DEV: do not fabricate a Notification when fabricating a ChatMention (#20450) 2023-02-27 14:41:28 +04:00
integration DEV: Pass messageId as a dynamic segment instead of a query param (#20013) 2023-02-01 12:39:23 -03:00
jobs DEV: Always create chat mention records (#20470) 2023-03-07 19:07:11 +04:00
lib DEV: Fix broken plugin specs because of bookmarkable changes (#20574) 2023-03-08 10:39:51 +08:00
mailers DEV: do not fabricate a Notification when fabricating a ChatMention (#20450) 2023-02-27 14:41:28 +04:00
models DEV: Fix another chat bookmark spec (#20578) 2023-03-08 14:55:14 +10:00
queries DEV: rework the chat-live-pane (#20519) 2023-03-03 13:09:25 +01:00
requests DEV: rework the chat-live-pane (#20519) 2023-03-03 13:09:25 +01:00
serializer DEV: rework the chat-live-pane (#20519) 2023-03-03 13:09:25 +01:00
services DEV: Use service objects for chat thread lookup (#20276) 2023-02-16 19:17:26 +01:00
support DEV: Enable unless cops 2023-02-21 10:30:48 +01:00
system FIX: improves unread state precision (#20615) 2023-03-09 19:06:33 +01:00
validators DEV: Move discourse-chat to the core repo. (#18776) 2022-11-02 10:41:30 -03:00
plugin_helper.rb DEV: Change Bookmarkable registration to DiscoursePluginRegistry (#20556) 2023-03-08 10:39:12 +10:00
plugin_spec.rb DEV: Pass messageId as a dynamic segment instead of a query param (#20013) 2023-02-01 12:39:23 -03:00