discourse/plugins/chat/app
Régis Hanol 0012d9626f FIX: chat activity indicator wasn't working for threads
When a user had the chat option "Show activity indicator in header" set to "all new messages", and they would get a reply to a thread they're part of, the chat icon in the header would not show the unread bubble indicator.

In order to fix this, the `ChatHeaderIconUnreadIndicator` component will now `showUnreadIndicator` whenever there is either one unread public channel or there are unread threads.

I only added a system spec for this very specific path because I don't want to slow down the whole suite to test for all the various combination of the `chat_header_indicator_preference` values.

Internal ref - t/128874
2024-05-22 17:42:59 +02:00
..
controllers/chat FEATURE: Allow to bulk delete chat messages (#26586) 2024-05-22 08:57:00 -03:00
jobs DEV: Move chat service objects into core (#26506) 2024-04-04 10:57:41 -03:00
models FIX: chat activity indicator wasn't working for threads 2024-05-22 17:42:59 +02:00
policies DEV: Migrate Chat::MessageCreator to a service (#22390) 2023-09-07 08:57:29 +02:00
queries/chat DEV: adds first_messages/last_messages to thread SDK (#26861) 2024-05-03 17:30:39 +02:00
serializers/chat FIX: add excerpt fallback for chat message replies (#26834) 2024-05-01 16:39:47 +02:00
services/chat FEATURE: Allow to bulk delete chat messages (#26586) 2024-05-22 08:57:00 -03:00
validators/chat DEV: properly namespace chat (#20690) 2023-03-17 14:24:38 +01:00
views UX: update to variable text color for variable background (#26676) 2024-04-18 14:12:16 -04:00